#D475CC

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

Shades of Orchid #D475CC

Tints of Orchid #D475CC

Color information

#D475CC (or 0xD475CC) is unknown color: approx Orchid. HEX triplet: D4, 75 and CC. RGB value is (212,117,204). Sum of RGB (Red+Green+Blue) = 212+117+204=533 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.77% from 533); Green value is 117 (46.09% from 255 or 21.95% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 212 - color contains mainly: red. Hex color #D475CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D475CC is #2B8A33. Grayscale: #9B9B9B. Windows color (decimal): -2853428 or 13399508. OLE color: 13399508.

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

Color convert

RGB212117204-
CMYK00.450.040.17
HSL305.05º52.49%64.51%-
HSV(B)305.05º44.81%83.14%-
XYZ44.4131.0860.78-
YUV155.32155.47168.43-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.77%
GREEN value IS 117 (46.09% from 255) = 21.95%
BLUE value IS 204 (80.08% from 255) = 38.27%
R=39.77%
G=21.95%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211720400.450.040.17305.0552.4964.51
HexD475CC02D4111313441
Octal32416531405542146164101
Binary110101001110101110011000101101100100011001100011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D475CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D475CC; }

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

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

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

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

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

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

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

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