Html Css Color HEX #C86FD4 Orchid

📋 copy color: '#C86FD4'

red 200 ◦ green 111 ◦ blue 212

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

Shades of Orchid #C86FD4

Tints of Orchid #C86FD4

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.22%

 BLUE value IS 212 (83.2% from 255) = 40.54%

R = 38.24%
G = 21.22%
B = 40.54%

CMYK

 C value IS 0.06

 M value IS 0.48

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C86FD4 (or 0xC86FD4) is known color: Orchid. HEX triplet: C8, 6F and D4. RGB value is (200,111,212). Sum of RGB (Red+Green+Blue) = 200+111+212=523 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.24% from 523); Green value is 111 (43.75% from 255 or 21.22% from 523); Blue value is 212 (83.20% from 255 or 40.54% from 523); Max value from RGB is 212 - color contains mainly: blue. Hex color #C86FD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86FD4 is #37902B. Grayscale: #949494. Windows color (decimal): -3641388 or 13922248. OLE color: 13922248.

HSL color Cylindrical-coordinate representation of color #C86FD4: hue angle of 292.87º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C86FD4 is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 200 111 212 -
CMYK 0.06 0.48 0 0.17
HSL 292.87º 0.54% 0.63% -
HSV(B) 292.87º 0.48% 0.83% -
XYZ 41.39 28.4 65.59 -
YUV 149.13 163.49 164.29 -
System Red Green Blue C M Y K H S L
Decimal 200 111 212 0.06 0.48 0 0.17 292.87 0.54 0.63
Hex C8 6F D4 6 30 0 11 125 36 3F
Octal 310 157 324 6 60 0 21 445 66 77
Binary 11001000 1101111 11010100 110 110000 0 10001 100100101 110110 111111

Color Harmonies of #C86FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86FD4

Black with #C86FD4

Text Example


Text Example

White with #C86FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86FD4; }

 p { color: rgb(200,111,212); }

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

background-color css

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

 a { background-color: rgb(200,111,212); }

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

border-color css

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

 span { border-color: rgb(200,111,212); }

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