#D780CE

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

Shades of Orchid #D780CE

Tints of Orchid #D780CE

Color information

#D780CE (or 0xD780CE) is unknown color: approx Orchid. HEX triplet: D7, 80 and CE. RGB value is (215,128,206). Sum of RGB (Red+Green+Blue) = 215+128+206=549 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.16% from 549); Green value is 128 (50.39% from 255 or 23.32% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 215 - color contains mainly: red. Hex color #D780CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D780CE is #287F31. Grayscale: #A2A2A2. Windows color (decimal): -2654002 or 13533399. OLE color: 13533399.

HSL color Cylindrical-coordinate representation of color #D780CE: hue angle of 306.21º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D780CE is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB215128206-
CMYK00.400.040.16
HSL306.21º52.1%67.25%-
HSV(B)306.21º40.47%84.31%-
XYZ46.8834.3462.55-
YUV162.9152.32165.16-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.16%
GREEN value IS 128 (50.39% from 255) = 23.32%
BLUE value IS 206 (80.86% from 255) = 37.52%
R=39.16%
G=23.32%
B=37.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512820600.400.040.16306.2152.167.25
HexD780CE0284101323443
Octal32720031605042046264103
Binary1101011110000000110011100101000100100001001100101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D780CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D780CE; }

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

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

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

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

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

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

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

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