#D474CD

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

Shades of Orchid #D474CD

Tints of Orchid #D474CD

Color information

#D474CD (or 0xD474CD) is unknown color: approx Orchid. HEX triplet: D4, 74 and CD. RGB value is (212,116,205). Sum of RGB (Red+Green+Blue) = 212+116+205=533 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.77% from 533); Green value is 116 (45.70% from 255 or 21.76% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 212 - color contains mainly: red. Hex color #D474CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D474CD is #2B8B32. Grayscale: #9A9A9A. Windows color (decimal): -2853683 or 13464788. OLE color: 13464788.

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

Color convert

RGB212116205-
CMYK00.450.030.17
HSL304.38º52.75%64.31%-
HSV(B)304.38º45.28%83.14%-
XYZ44.4230.961.38-
YUV154.85156.3168.76-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.77%
GREEN value IS 116 (45.70% from 255) = 21.76%
BLUE value IS 205 (80.47% from 255) = 38.46%
R=39.77%
G=21.76%
B=38.46%

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
Decimal21211620500.450.030.17304.3852.7564.31
HexD474CD02D3111303540
Octal32416431505532146065100
Binary11010100111010011001101010110111100011001100001101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D474CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D474CD; }

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

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

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

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

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

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

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

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