#D463D2

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

Shades of Orchid #D463D2

Tints of Orchid #D463D2

Color information

#D463D2 (or 0xD463D2) is unknown color: approx Orchid. HEX triplet: D4, 63 and D2. RGB value is (212,99,210). Sum of RGB (Red+Green+Blue) = 212+99+210=521 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.69% from 521); Green value is 99 (39.06% from 255 or 19.00% from 521); Blue value is 210 (82.42% from 255 or 40.31% from 521); Max value from RGB is 212 - color contains mainly: red. Hex color #D463D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D463D2 is #2B9C2D. Grayscale: #919191. Windows color (decimal): -2858030 or 13788116. OLE color: 13788116.

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

Color convert

RGB21299210-
CMYK00.530.010.17
HSL301.06º56.78%60.98%-
HSV(B)301.06º53.3%83.14%-
XYZ43.2527.5764.02-
YUV145.44164.44175.47-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.69%
GREEN value IS 99 (39.06% from 255) = 19.00%
BLUE value IS 210 (82.42% from 255) = 40.31%
R=40.69%
G=19.00%
B=40.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.01
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2129921000.530.010.17301.0656.7860.98
HexD463D203511112d393d
Octal3241433220651214557175
Binary110101001100011110100100110101110001100101101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D463D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D463D2; }

 p { color: rgb(212,99,210); }

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

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

 a { background-color: rgb(212,99,210); }

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

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

 span { border-color: rgb(212,99,210); }

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