Html Css Color HEX #C86ED8 Orchid

📋 copy color: '#C86ED8'

red 200 ◦ green 110 ◦ blue 216

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

Shades of Orchid #C86ED8

Tints of Orchid #C86ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 41.06%

R = 38.02%
G = 20.91%
B = 41.06%

CMYK

 C value IS 0.07

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C86ED8 (or 0xC86ED8) is known color: Orchid. HEX triplet: C8, 6E and D8. RGB value is (200,110,216). Sum of RGB (Red+Green+Blue) = 200+110+216=526 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.02% from 526); Green value is 110 (43.36% from 255 or 20.91% from 526); Blue value is 216 (84.77% from 255 or 41.06% from 526); Max value from RGB is 216 - color contains mainly: blue. Hex color #C86ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86ED8 is #379127. Grayscale: #949494. Windows color (decimal): -3641640 or 14184136. OLE color: 14184136.

HSL color Cylindrical-coordinate representation of color #C86ED8: hue angle of 290.94º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C86ED8 is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 200 110 216 -
CMYK 0.07 0.49 0 0.15
HSL 290.94º 0.58% 0.64% -
HSV(B) 290.94º 0.49% 0.85% -
XYZ 41.79 28.39 68.24 -
YUV 148.99 165.82 164.38 -
System Red Green Blue C M Y K H S L
Decimal 200 110 216 0.07 0.49 0 0.15 290.94 0.58 0.64
Hex C8 6E D8 7 31 0 F 123 3A 40
Octal 310 156 330 7 61 0 17 443 72 100
Binary 11001000 1101110 11011000 111 110001 0 1111 100100011 111010 1000000

Color Harmonies of #C86ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86ED8

Black with #C86ED8

Text Example


Text Example

White with #C86ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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