Html Css Color HEX #C86EDB Orchid

📋 copy color: '#C86EDB'

red 200 ◦ green 110 ◦ blue 219

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

Shades of Orchid #C86EDB

Tints of Orchid #C86EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.4%

R = 37.81%
G = 20.79%
B = 41.4%

CMYK

 C value IS 0.09

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C86EDB (or 0xC86EDB) is known color: Orchid. HEX triplet: C8, 6E and DB. RGB value is (200,110,219). Sum of RGB (Red+Green+Blue) = 200+110+219=529 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.81% from 529); Green value is 110 (43.36% from 255 or 20.79% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #C86EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86EDB is #379124. Grayscale: #949494. Windows color (decimal): -3641637 or 14380744. OLE color: 14380744.

HSL color Cylindrical-coordinate representation of color #C86EDB: hue angle of 289.54º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C86EDB is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 110 219 -
CMYK 0.09 0.50 0 0.14
HSL 289.54º 0.6% 0.65% -
HSV(B) 289.54º 0.5% 0.86% -
XYZ 42.18 28.55 70.3 -
YUV 149.34 167.32 164.14 -
System Red Green Blue C M Y K H S L
Decimal 200 110 219 0.09 0.50 0 0.14 289.54 0.6 0.65
Hex C8 6E DB 9 32 0 E 122 3C 41
Octal 310 156 333 11 62 0 16 442 74 101
Binary 11001000 1101110 11011011 1001 110010 0 1110 100100010 111100 1000001

Color Harmonies of #C86EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86EDB

Black with #C86EDB

Text Example


Text Example

White with #C86EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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