Html Css Color HEX #C87EDB Orchid

📋 copy color: '#C87EDB'

red 200 ◦ green 126 ◦ blue 219

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

Shades of Orchid #C87EDB

Tints of Orchid #C87EDB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.12%

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

R = 36.7%
G = 23.12%
B = 40.18%

CMYK

 C value IS 0.09

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C87EDB (or 0xC87EDB) is known color: Orchid. HEX triplet: C8, 7E and DB. RGB value is (200,126,219). Sum of RGB (Red+Green+Blue) = 200+126+219=545 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.70% from 545); Green value is 126 (49.61% from 255 or 23.12% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #C87EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87EDB is #378124. Grayscale: #9E9E9E. Windows color (decimal): -3637541 or 14384840. OLE color: 14384840.

HSL color Cylindrical-coordinate representation of color #C87EDB: hue angle of 287.74º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C87EDB is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 126 219 -
CMYK 0.09 0.42 0 0.14
HSL 287.74º 0.56% 0.68% -
HSV(B) 287.74º 0.42% 0.86% -
XYZ 44.07 32.32 70.93 -
YUV 158.73 162.02 157.44 -
System Red Green Blue C M Y K H S L
Decimal 200 126 219 0.09 0.42 0 0.14 287.74 0.56 0.68
Hex C8 7E DB 9 2A 0 E 120 38 44
Octal 310 176 333 11 52 0 16 440 70 104
Binary 11001000 1111110 11011011 1001 101010 0 1110 100100000 111000 1000100

Color Harmonies of #C87EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87EDB

Black with #C87EDB

Text Example


Text Example

White with #C87EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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