#C770DF

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

Shades of Orchid #C770DF

Tints of Orchid #C770DF

Color information

#C770DF (or 0xC770DF) is unknown color: approx Orchid. HEX triplet: C7, 70 and DF. RGB value is (199,112,223). Sum of RGB (Red+Green+Blue) = 199+112+223=534 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.27% from 534); Green value is 112 (44.14% from 255 or 20.97% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #C770DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C770DF is #388F20. Grayscale: #969696. Windows color (decimal): -3706657 or 14643399. OLE color: 14643399.

HSL color Cylindrical-coordinate representation of color #C770DF: hue angle of 287.03º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C770DF is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB199112223-
CMYK0.110.5000.13
HSL287.03º63.43%65.69%-
HSV(B)287.03º49.78%87.45%-
XYZ42.6729.0673.17-
YUV150.67168.82162.47-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.27%
GREEN value IS 112 (44.14% from 255) = 20.97%
BLUE value IS 223 (87.5% from 255) = 41.76%
R=37.27%
G=20.97%
B=41.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1991122230.110.5000.13287.0363.4365.69
HexC770DFB320D11f3f42
Octal307160337136201543777102
Binary110001111110000110111111011110010011011000111111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C770DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C770DF; }

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

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

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

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

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

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

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

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