#C770DB

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

Shades of Orchid #C770DB

Tints of Orchid #C770DB

Color information

#C770DB (or 0xC770DB) is unknown color: approx Orchid. HEX triplet: C7, 70 and DB. RGB value is (199,112,219). Sum of RGB (Red+Green+Blue) = 199+112+219=530 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.55% from 530); Green value is 112 (44.14% from 255 or 21.13% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #C770DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C770DB is #388F24. Grayscale: #959595. Windows color (decimal): -3706661 or 14381255. OLE color: 14381255.

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

Color convert

RGB199112219-
CMYK0.090.4900.14
HSL288.79º59.78%64.9%-
HSV(B)288.79º48.86%85.88%-
XYZ42.1328.8470.36-
YUV150.21166.82162.8-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.55%
GREEN value IS 112 (44.14% from 255) = 21.13%
BLUE value IS 219 (85.94% from 255) = 41.32%
R=37.55%
G=21.13%
B=41.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1991122190.090.4900.14288.7959.7864.9
HexC770DB9310E1213c41
Octal307160333116101644174101
Binary110001111110000110110111001110001011101001000011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C770DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C770DB; }

 p { color: rgb(199,112,219); }

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

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

 a { background-color: rgb(199,112,219); }

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

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

 span { border-color: rgb(199,112,219); }

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