#D46FCA

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

Shades of Orchid #D46FCA

Tints of Orchid #D46FCA

Color information

#D46FCA (or 0xD46FCA) is unknown color: approx Orchid. HEX triplet: D4, 6F and CA. RGB value is (212,111,202). Sum of RGB (Red+Green+Blue) = 212+111+202=525 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.38% from 525); Green value is 111 (43.75% from 255 or 21.14% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 212 - color contains mainly: red. Hex color #D46FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46FCA is #2B9035. Grayscale: #979797. Windows color (decimal): -2854966 or 13266900. OLE color: 13266900.

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

Color convert

RGB212111202-
CMYK00.480.050.17
HSL305.94º54.01%63.33%-
HSV(B)305.94º47.64%83.14%-
XYZ43.529.6359.3-
YUV151.57156.46171.1-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.38%
GREEN value IS 111 (43.75% from 255) = 21.14%
BLUE value IS 202 (79.30% from 255) = 38.48%
R=40.38%
G=21.14%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211120200.480.050.17305.9454.0163.33
HexD46FCA030511132363f
Octal3241573120605214626677
Binary11010100110111111001010011000010110001100110010110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46FCA; }

 p { color: rgb(212,111,202); }

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

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

 a { background-color: rgb(212,111,202); }

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

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

 span { border-color: rgb(212,111,202); }

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