#D464CC

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

Shades of Orchid #D464CC

Tints of Orchid #D464CC

Color information

#D464CC (or 0xD464CC) is unknown color: approx Orchid. HEX triplet: D4, 64 and CC. RGB value is (212,100,204). Sum of RGB (Red+Green+Blue) = 212+100+204=516 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.09% from 516); Green value is 100 (39.45% from 255 or 19.38% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 212 - color contains mainly: red. Hex color #D464CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D464CC is #2B9B33. Grayscale: #919191. Windows color (decimal): -2857780 or 13395156. OLE color: 13395156.

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

Color convert

RGB212100204-
CMYK00.530.040.17
HSL304.29º56.57%61.18%-
HSV(B)304.29º52.83%83.14%-
XYZ42.6127.4760.18-
YUV145.34161.11175.54-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.09%
GREEN value IS 100 (39.45% from 255) = 19.38%
BLUE value IS 204 (80.08% from 255) = 39.53%
R=41.09%
G=19.38%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210020400.530.040.17304.2956.5761.18
HexD464CC035411130393d
Octal3241443140654214607175
Binary11010100110010011001100011010110010001100110000111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D464CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D464CC; }

 p { color: rgb(212,100,204); }

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

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

 a { background-color: rgb(212,100,204); }

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

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

 span { border-color: rgb(212,100,204); }

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