Html Css Color HEX #C86FE0 Orchid

📋 copy color: '#C86FE0'

red 200 ◦ green 111 ◦ blue 224

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

Shades of Orchid #C86FE0

Tints of Orchid #C86FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.87%

R = 37.38%
G = 20.75%
B = 41.87%

CMYK

 C value IS 0.11

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C86FE0 (or 0xC86FE0) is known color: Orchid. HEX triplet: C8, 6F and E0. RGB value is (200,111,224). Sum of RGB (Red+Green+Blue) = 200+111+224=535 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.38% from 535); Green value is 111 (43.75% from 255 or 20.75% from 535); Blue value is 224 (87.89% from 255 or 41.87% from 535); Max value from RGB is 224 - color contains mainly: blue. Hex color #C86FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86FE0 is #37901F. Grayscale: #969696. Windows color (decimal): -3641376 or 14708680. OLE color: 14708680.

HSL color Cylindrical-coordinate representation of color #C86FE0: hue angle of 287.26º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C86FE0 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 200 111 224 -
CMYK 0.11 0.50 0 0.12
HSL 287.26º 0.65% 0.66% -
HSV(B) 287.26º 0.5% 0.88% -
XYZ 42.96 29.03 73.86 -
YUV 150.49 169.49 163.31 -
System Red Green Blue C M Y K H S L
Decimal 200 111 224 0.11 0.50 0 0.12 287.26 0.65 0.66
Hex C8 6F E0 B 32 0 C 11F 41 42
Octal 310 157 340 13 62 0 14 437 101 102
Binary 11001000 1101111 11100000 1011 110010 0 1100 100011111 1000001 1000010

Color Harmonies of #C86FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86FE0

Black with #C86FE0

Text Example


Text Example

White with #C86FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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