#D475CD

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

Shades of Orchid #D475CD

Tints of Orchid #D475CD

Color information

#D475CD (or 0xD475CD) is unknown color: approx Orchid. HEX triplet: D4, 75 and CD. RGB value is (212,117,205). Sum of RGB (Red+Green+Blue) = 212+117+205=534 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.70% from 534); Green value is 117 (46.09% from 255 or 21.91% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 212 - color contains mainly: red. Hex color #D475CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D475CD is #2B8A32. Grayscale: #9B9B9B. Windows color (decimal): -2853427 or 13465044. OLE color: 13465044.

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

Color convert

RGB212117205-
CMYK00.450.030.17
HSL304.42º52.49%64.51%-
HSV(B)304.42º44.81%83.14%-
XYZ44.5331.1361.42-
YUV155.44155.97168.34-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.70%
GREEN value IS 117 (46.09% from 255) = 21.91%
BLUE value IS 205 (80.47% from 255) = 38.39%
R=39.70%
G=21.91%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211720500.450.030.17304.4252.4964.51
HexD475CD02D3111303441
Octal32416531505532146064101
Binary11010100111010111001101010110111100011001100001101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D475CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D475CD; }

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

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

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

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

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

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

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

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