#D462C3

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

Shades of Orchid #D462C3

Tints of Orchid #D462C3

Color information

#D462C3 (or 0xD462C3) is unknown color: approx Orchid. HEX triplet: D4, 62 and C3. RGB value is (212,98,195). Sum of RGB (Red+Green+Blue) = 212+98+195=505 (66% of max value = 765). Red value is 212 (83.20% from 255 or 41.98% from 505); Green value is 98 (38.67% from 255 or 19.41% from 505); Blue value is 195 (76.56% from 255 or 38.61% from 505); Max value from RGB is 212 - color contains mainly: red. Hex color #D462C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D462C3 is #2B9D3C. Grayscale: #8E8E8E. Windows color (decimal): -2858301 or 12804820. OLE color: 12804820.

HSL color Cylindrical-coordinate representation of color #D462C3: hue angle of 308.95º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D462C3 is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB21298195-
CMYK00.540.080.17
HSL308.95º57%60.78%-
HSV(B)308.95º53.77%83.14%-
XYZ41.3726.6754.6-
YUV143.14157.27177.11-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.98%
GREEN value IS 98 (38.67% from 255) = 19.41%
BLUE value IS 195 (76.56% from 255) = 38.61%
R=41.98%
G=19.41%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.08
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2129819500.540.080.17308.955760.78
HexD462C3036811135393d
Octal32414230306610214657175
Binary110101001100010110000110110110100010001100110101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D462C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D462C3; }

 p { color: rgb(212,98,195); }

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

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

 a { background-color: rgb(212,98,195); }

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

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

 span { border-color: rgb(212,98,195); }

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