#D766CA

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

Shades of Orchid #D766CA

Tints of Orchid #D766CA

Color information

#D766CA (or 0xD766CA) is unknown color: approx Orchid. HEX triplet: D7, 66 and CA. RGB value is (215,102,202). Sum of RGB (Red+Green+Blue) = 215+102+202=519 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.43% from 519); Green value is 102 (40.23% from 255 or 19.65% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 215 - color contains mainly: red. Hex color #D766CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D766CA is #289935. Grayscale: #929292. Windows color (decimal): -2660662 or 13264599. OLE color: 13264599.

HSL color Cylindrical-coordinate representation of color #D766CA: hue angle of 306.9º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D766CA is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB215102202-
CMYK00.530.060.16
HSL306.9º58.55%62.16%-
HSV(B)306.9º52.56%84.31%-
XYZ43.4428.2159.03-
YUV147.19158.94176.37-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.43%
GREEN value IS 102 (40.23% from 255) = 19.65%
BLUE value IS 202 (79.30% from 255) = 38.92%
R=41.43%
G=19.65%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510220200.530.060.16306.958.5562.16
HexD766CA0356101333b3e
Octal3271463120656204637376
Binary11010111110011011001010011010111010000100110011111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D766CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D766CA; }

 p { color: rgb(215,102,202); }

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

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

 a { background-color: rgb(215,102,202); }

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

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

 span { border-color: rgb(215,102,202); }

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