#D770C8

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

Shades of Orchid #D770C8

Tints of Orchid #D770C8

Color information

#D770C8 (or 0xD770C8) is unknown color: approx Orchid. HEX triplet: D7, 70 and C8. RGB value is (215,112,200). Sum of RGB (Red+Green+Blue) = 215+112+200=527 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.80% from 527); Green value is 112 (44.14% from 255 or 21.25% from 527); Blue value is 200 (78.52% from 255 or 37.95% from 527); Max value from RGB is 215 - color contains mainly: red. Hex color #D770C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D770C8 is #288F37. Grayscale: #989898. Windows color (decimal): -2658104 or 13136087. OLE color: 13136087.

HSL color Cylindrical-coordinate representation of color #D770C8: hue angle of 308.74º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D770C8 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB215112200-
CMYK00.480.070.16
HSL308.74º56.28%64.12%-
HSV(B)308.74º47.91%84.31%-
XYZ44.2430.2158.14-
YUV152.83154.62172.34-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.80%
GREEN value IS 112 (44.14% from 255) = 21.25%
BLUE value IS 200 (78.52% from 255) = 37.95%
R=40.80%
G=21.25%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511220000.480.070.16308.7456.2864.12
HexD770C80307101353840
Octal32716031006072046570100
Binary110101111110000110010000110000111100001001101011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D770C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D770C8; }

 p { color: rgb(215,112,200); }

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

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

 a { background-color: rgb(215,112,200); }

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

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

 span { border-color: rgb(215,112,200); }

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