Html Css Color HEX #C84BFC Medium Orchid

📋 copy color: '#C84BFC'

red 200 ◦ green 75 ◦ blue 252

#C84BFC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #C84BFC

Tints of Medium Orchid #C84BFC

RGB

 RED value IS 200 (78.52% from 255) = 37.95%

 GREEN value IS 75 (29.69% from 255) = 14.23%

 BLUE value IS 252 (98.83% from 255) = 47.82%

R = 37.95%
G = 14.23%
B = 47.82%

CMYK

 C value IS 0.21

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C84BFC (or 0xC84BFC) is known color: Medium Orchid. HEX triplet: C8, 4B and FC. RGB value is (200,75,252). Sum of RGB (Red+Green+Blue) = 200+75+252=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 75 (29.69% from 255 or 14.23% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #C84BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C84BFC is #37B403. Grayscale: #838383. Windows color (decimal): -3650564 or 16534472. OLE color: 16534472.

HSL color Cylindrical-coordinate representation of color #C84BFC: hue angle of 282.37º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C84BFC is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 200 75 252 -
CMYK 0.21 0.70 0 0.01
HSL 282.37º 0.97% 0.64% -
HSV(B) 282.37º 0.7% 0.99% -
XYZ 43.91 24.34 94.48 -
YUV 132.55 195.41 176.11 -
System Red Green Blue C M Y K H S L
Decimal 200 75 252 0.21 0.70 0 0.01 282.37 0.97 0.64
Hex C8 4B FC 15 46 0 1 11A 61 40
Octal 310 113 374 25 106 0 1 432 141 100
Binary 11001000 1001011 11111100 10101 1000110 0 1 100011010 1100001 1000000

Color Harmonies of #C84BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84BFC

Black with #C84BFC

Text Example


Text Example

White with #C84BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84BFC; }

 p { color: rgb(200,75,252); }

 H1.HeaderClassName
 {
   color: #C84BFC;
 }
 .AnyTagClassName
 {
   color: #C84BFC;
 }
</style>

background-color css

<style>
 a { background-color: #C84BFC; }

 a { background-color: rgb(200,75,252); }

 div.DivClassName
 {
   background-color: #C84BFC;
 }
 .BgClassName
 {
   background-color: #C84BFC;
 }
</style>

border-color css

<style>
 span { border-color: #C84BFC; }

 span { border-color: rgb(200,75,252); }

 td.TdClassName
 {
   border-color: #C84BFC;
 }
 .TagClassName
 {
   border-color: #C84BFC;
 }
</style>