#C880CE

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

Shades of Orchid #C880CE

Tints of Orchid #C880CE

Color information

#C880CE (or 0xC880CE) is unknown color: approx Orchid. HEX triplet: C8, 80 and CE. RGB value is (200,128,206). Sum of RGB (Red+Green+Blue) = 200+128+206=534 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.45% from 534); Green value is 128 (50.39% from 255 or 23.97% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 206 - color contains mainly: blue. Hex color #C880CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C880CE is #377F31. Grayscale: #9E9E9E. Windows color (decimal): -3637042 or 13533384. OLE color: 13533384.

HSL color Cylindrical-coordinate representation of color #C880CE: hue angle of 295.38º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C880CE is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB200128206-
CMYK0.030.3800.19
HSL295.38º44.32%65.49%-
HSV(B)295.38º37.86%80.78%-
XYZ42.6832.1762.35-
YUV158.42154.85157.66-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.45%
GREEN value IS 128 (50.39% from 255) = 23.97%
BLUE value IS 206 (80.86% from 255) = 38.58%
R=37.45%
G=23.97%
B=38.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2001282060.030.3800.19295.3844.3265.49
HexC880CE3260131272c41
Octal31020031634602344754101
Binary110010001000000011001110111001100100111001001111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C880CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C880CE; }

 p { color: rgb(200,128,206); }

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

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

 a { background-color: rgb(200,128,206); }

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

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

 span { border-color: rgb(200,128,206); }

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