Html Css Color HEX #C86EDA Orchid

📋 copy color: '#C86EDA'

red 200 ◦ green 110 ◦ blue 218

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

Shades of Orchid #C86EDA

Tints of Orchid #C86EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.29%

R = 37.88%
G = 20.83%
B = 41.29%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C86EDA (or 0xC86EDA) is known color: Orchid. HEX triplet: C8, 6E and DA. RGB value is (200,110,218). Sum of RGB (Red+Green+Blue) = 200+110+218=528 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.88% from 528); Green value is 110 (43.36% from 255 or 20.83% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #C86EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86EDA is #379125. Grayscale: #949494. Windows color (decimal): -3641638 or 14315208. OLE color: 14315208.

HSL color Cylindrical-coordinate representation of color #C86EDA: hue angle of 290º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C86EDA is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 200 110 218 -
CMYK 0.08 0.50 0 0.15
HSL 290º 0.59% 0.64% -
HSV(B) 290º 0.5% 0.85% -
XYZ 42.05 28.49 69.61 -
YUV 149.22 166.82 164.22 -
System Red Green Blue C M Y K H S L
Decimal 200 110 218 0.08 0.50 0 0.15 290 0.59 0.64
Hex C8 6E DA 8 32 0 F 122 3B 40
Octal 310 156 332 10 62 0 17 442 73 100
Binary 11001000 1101110 11011010 1000 110010 0 1111 100100010 111011 1000000

Color Harmonies of #C86EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86EDA

Black with #C86EDA

Text Example


Text Example

White with #C86EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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