#C879E0

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

Shades of Orchid #C879E0

Tints of Orchid #C879E0

Color information

#C879E0 (or 0xC879E0) is unknown color: approx Orchid. HEX triplet: C8, 79 and E0. RGB value is (200,121,224). Sum of RGB (Red+Green+Blue) = 200+121+224=545 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.70% from 545); Green value is 121 (47.66% from 255 or 22.20% from 545); Blue value is 224 (87.89% from 255 or 41.10% from 545); Max value from RGB is 224 - color contains mainly: blue. Hex color #C879E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C879E0 is #37861F. Grayscale: #9C9C9C. Windows color (decimal): -3638816 or 14711240. OLE color: 14711240.

HSL color Cylindrical-coordinate representation of color #C879E0: hue angle of 286.02º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C879E0 is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB200121224-
CMYK0.110.4600.12
HSL286.02º62.42%67.65%-
HSV(B)286.02º45.98%87.84%-
XYZ44.1131.3474.24-
YUV156.36166.17159.12-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.70%
GREEN value IS 121 (47.66% from 255) = 22.20%
BLUE value IS 224 (87.89% from 255) = 41.10%
R=36.70%
G=22.20%
B=41.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2001212240.110.4600.12286.0262.4267.65
HexC879E0B2E0C11e3e44
Octal310171340135601443676104
Binary110010001111001111000001011101110011001000111101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C879E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C879E0; }

 p { color: rgb(200,121,224); }

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

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

 a { background-color: rgb(200,121,224); }

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

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

 span { border-color: rgb(200,121,224); }

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