#D466C4

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

Shades of Orchid #D466C4

Tints of Orchid #D466C4

Color information

#D466C4 (or 0xD466C4) is unknown color: approx Orchid. HEX triplet: D4, 66 and C4. RGB value is (212,102,196). Sum of RGB (Red+Green+Blue) = 212+102+196=510 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.57% from 510); Green value is 102 (40.23% from 255 or 20% from 510); Blue value is 196 (76.95% from 255 or 38.43% from 510); Max value from RGB is 212 - color contains mainly: red. Hex color #D466C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D466C4 is #2B993B. Grayscale: #919191. Windows color (decimal): -2857276 or 12871380. OLE color: 12871380.

HSL color Cylindrical-coordinate representation of color #D466C4: hue angle of 308.73º 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 #D466C4 is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB212102196-
CMYK00.520.080.17
HSL308.73º56.12%61.57%-
HSV(B)308.73º51.89%83.14%-
XYZ41.8727.4955.32-
YUV145.61156.44175.36-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.57%
GREEN value IS 102 (40.23% from 255) = 20%
BLUE value IS 196 (76.95% from 255) = 38.43%
R=41.57%
G=20%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.08
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210219600.520.080.17308.7356.1261.57
HexD466C4034811135383e
Octal32414630406410214657076
Binary110101001100110110001000110100100010001100110101111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D466C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D466C4; }

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

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

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

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

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

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

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

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