Html Css Color HEX #C86FCC Orchid

📋 copy color: '#C86FCC'

red 200 ◦ green 111 ◦ blue 204

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

Shades of Orchid #C86FCC

Tints of Orchid #C86FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.61%

R = 38.83%
G = 21.55%
B = 39.61%

CMYK

 C value IS 0.02

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C86FCC (or 0xC86FCC) is known color: Orchid. HEX triplet: C8, 6F and CC. RGB value is (200,111,204). Sum of RGB (Red+Green+Blue) = 200+111+204=515 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.83% from 515); Green value is 111 (43.75% from 255 or 21.55% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 204 - color contains mainly: blue. Hex color #C86FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86FCC is #379033. Grayscale: #939393. Windows color (decimal): -3641396 or 13397960. OLE color: 13397960.

HSL color Cylindrical-coordinate representation of color #C86FCC: hue angle of 297.42º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C86FCC is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 200 111 204 -
CMYK 0.02 0.46 0 0.2
HSL 297.42º 0.48% 0.62% -
HSV(B) 297.42º 0.46% 0.8% -
XYZ 40.4 28.01 60.4 -
YUV 148.21 159.49 164.94 -
System Red Green Blue C M Y K H S L
Decimal 200 111 204 0.02 0.46 0 0.2 297.42 0.48 0.62
Hex C8 6F CC 2 2E 0 14 129 30 3E
Octal 310 157 314 2 56 0 24 451 60 76
Binary 11001000 1101111 11001100 10 101110 0 10100 100101001 110000 111110

Color Harmonies of #C86FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86FCC

Black with #C86FCC

Text Example


Text Example

White with #C86FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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