#D474CB

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

Shades of Orchid #D474CB

Tints of Orchid #D474CB

Color information

#D474CB (or 0xD474CB) is unknown color: approx Orchid. HEX triplet: D4, 74 and CB. RGB value is (212,116,203). Sum of RGB (Red+Green+Blue) = 212+116+203=531 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.92% from 531); Green value is 116 (45.70% from 255 or 21.85% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 212 - color contains mainly: red. Hex color #D474CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D474CB is #2B8B34. Grayscale: #9A9A9A. Windows color (decimal): -2853685 or 13333716. OLE color: 13333716.

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

Color convert

RGB212116203-
CMYK00.450.040.17
HSL305.62º52.75%64.31%-
HSV(B)305.62º45.28%83.14%-
XYZ44.1830.860.12-
YUV154.62155.3168.93-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.92%
GREEN value IS 116 (45.70% from 255) = 21.85%
BLUE value IS 203 (79.69% from 255) = 38.23%
R=39.92%
G=21.85%
B=38.23%

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
Decimal21211620300.450.040.17305.6252.7564.31
HexD474CB02D4111323540
Octal32416431305542146265100
Binary110101001110100110010110101101100100011001100101101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D474CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D474CB; }

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

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

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

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

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

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

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

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