#C87EDA

Color #C87EDA Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #C87EDA

Tints of Orchid #C87EDA

Color information

#C87EDA (or 0xC87EDA) is unknown color: approx Orchid. HEX triplet: C8, 7E and DA. RGB value is (200,126,218). Sum of RGB (Red+Green+Blue) = 200+126+218=544 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.76% from 544); Green value is 126 (49.61% from 255 or 23.16% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 218 - color contains mainly: blue. Hex color #C87EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87EDA is #378125. Grayscale: #9E9E9E. Windows color (decimal): -3637542 or 14319304. OLE color: 14319304.

HSL color Cylindrical-coordinate representation of color #C87EDA: hue angle of 288.26º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C87EDA is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB200126218-
CMYK0.080.4200.15
HSL288.26º55.42%67.45%-
HSV(B)288.26º42.2%85.49%-
XYZ43.9432.2670.24-
YUV158.61161.52157.52-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.76%
GREEN value IS 126 (49.61% from 255) = 23.16%
BLUE value IS 218 (85.55% from 255) = 40.07%
R=36.76%
G=23.16%
B=40.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2001262180.080.4200.15288.2655.4267.45
HexC87EDA82A0F1203743
Octal310176332105201744067103
Binary110010001111110110110101000101010011111001000001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87EDA; }

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

 H1.HeaderClassName
 {
   color: #C87EDA;
 }
 .AnyTagClassName
 {
   color: #C87EDA;
 }
</style>
background-color css

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

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

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

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

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

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