Html Css Color HEX #C86EDF Orchid

📋 copy color: '#C86EDF'

red 200 ◦ green 110 ◦ blue 223

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

Shades of Orchid #C86EDF

Tints of Orchid #C86EDF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.64%

 BLUE value IS 223 (87.5% from 255) = 41.84%

R = 37.52%
G = 20.64%
B = 41.84%

CMYK

 C value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C86EDF (or 0xC86EDF) is known color: Orchid. HEX triplet: C8, 6E and DF. RGB value is (200,110,223). Sum of RGB (Red+Green+Blue) = 200+110+223=533 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.52% from 533); Green value is 110 (43.36% from 255 or 20.64% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #C86EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86EDF is #379120. Grayscale: #959595. Windows color (decimal): -3641633 or 14642888. OLE color: 14642888.

HSL color Cylindrical-coordinate representation of color #C86EDF: hue angle of 287.79º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C86EDF is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 110 223 -
CMYK 0.10 0.51 0 0.13
HSL 287.79º 0.64% 0.65% -
HSV(B) 287.79º 0.51% 0.87% -
XYZ 42.71 28.76 73.11 -
YUV 149.79 169.32 163.81 -
System Red Green Blue C M Y K H S L
Decimal 200 110 223 0.10 0.51 0 0.13 287.79 0.64 0.65
Hex C8 6E DF A 33 0 D 120 40 41
Octal 310 156 337 12 63 0 15 440 100 101
Binary 11001000 1101110 11011111 1010 110011 0 1101 100100000 1000000 1000001

Color Harmonies of #C86EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86EDF

Black with #C86EDF

Text Example


Text Example

White with #C86EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86EDF; }

 p { color: rgb(200,110,223); }

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

background-color css

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

 a { background-color: rgb(200,110,223); }

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

border-color css

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

 span { border-color: rgb(200,110,223); }

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