#D461CB

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

Shades of Orchid #D461CB

Tints of Orchid #D461CB

Color information

#D461CB (or 0xD461CB) is unknown color: approx Orchid. HEX triplet: D4, 61 and CB. RGB value is (212,97,203). Sum of RGB (Red+Green+Blue) = 212+97+203=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 97 (38.28% from 255 or 18.95% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 212 - color contains mainly: red. Hex color #D461CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D461CB is #2B9E34. Grayscale: #8F8F8F. Windows color (decimal): -2858549 or 13328852. OLE color: 13328852.

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

Color convert

RGB21297203-
CMYK00.540.040.17
HSL304.7º57.21%60.59%-
HSV(B)304.7º54.25%83.14%-
XYZ42.2126.8659.46-
YUV143.47161.6176.88-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.41%
GREEN value IS 97 (38.28% from 255) = 18.95%
BLUE value IS 203 (79.69% from 255) = 39.65%
R=41.41%
G=18.95%
B=39.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2129720300.540.040.17304.757.2160.59
HexD461CB036411131393d
Octal3241413130664214617175
Binary11010100110000111001011011011010010001100110001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D461CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D461CB; }

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

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

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

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

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

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

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

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