#D575CA

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

Shades of Orchid #D575CA

Tints of Orchid #D575CA

Color information

#D575CA (or 0xD575CA) is unknown color: approx Orchid. HEX triplet: D5, 75 and CA. RGB value is (213,117,202). Sum of RGB (Red+Green+Blue) = 213+117+202=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 117 (46.09% from 255 or 21.99% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 213 - color contains mainly: red. Hex color #D575CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D575CA is #2A8A35. Grayscale: #9B9B9B. Windows color (decimal): -2787894 or 13268437. OLE color: 13268437.

HSL color Cylindrical-coordinate representation of color #D575CA: hue angle of 306.88º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D575CA is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB213117202-
CMYK00.450.050.16
HSL306.88º53.33%64.71%-
HSV(B)306.88º45.07%83.53%-
XYZ44.4631.1359.54-
YUV155.39154.3169.09-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.04%
GREEN value IS 117 (46.09% from 255) = 21.99%
BLUE value IS 202 (79.30% from 255) = 37.97%
R=40.04%
G=21.99%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311720200.450.050.16306.8853.3364.71
HexD575CA02D5101333541
Octal32516531205552046365101
Binary110101011110101110010100101101101100001001100111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D575CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D575CA; }

 p { color: rgb(213,117,202); }

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

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

 a { background-color: rgb(213,117,202); }

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

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

 span { border-color: rgb(213,117,202); }

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