#D466C9

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

Shades of Orchid #D466C9

Tints of Orchid #D466C9

Color information

#D466C9 (or 0xD466C9) is unknown color: approx Orchid. HEX triplet: D4, 66 and C9. RGB value is (212,102,201). Sum of RGB (Red+Green+Blue) = 212+102+201=515 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.17% from 515); Green value is 102 (40.23% from 255 or 19.81% from 515); Blue value is 201 (78.91% from 255 or 39.03% from 515); Max value from RGB is 212 - color contains mainly: red. Hex color #D466C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D466C9 is #2B9936. Grayscale: #919191. Windows color (decimal): -2857271 or 13199060. OLE color: 13199060.

HSL color Cylindrical-coordinate representation of color #D466C9: hue angle of 306º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D466C9 is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB212102201-
CMYK00.520.050.17
HSL306º56.12%61.57%-
HSV(B)306º51.89%83.14%-
XYZ42.4527.7258.37-
YUV146.18158.94174.95-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.17%
GREEN value IS 102 (40.23% from 255) = 19.81%
BLUE value IS 201 (78.91% from 255) = 39.03%
R=41.17%
G=19.81%
B=39.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210220100.520.050.1730656.1261.57
HexD466C9034511132383e
Octal3241463110645214627076
Binary11010100110011011001001011010010110001100110010111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D466C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D466C9; }

 p { color: rgb(212,102,201); }

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

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

 a { background-color: rgb(212,102,201); }

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

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

 span { border-color: rgb(212,102,201); }

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