#D575CD

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

Shades of Orchid #D575CD

Tints of Orchid #D575CD

Color information

#D575CD (or 0xD575CD) is unknown color: approx Orchid. HEX triplet: D5, 75 and CD. RGB value is (213,117,205). Sum of RGB (Red+Green+Blue) = 213+117+205=535 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.81% from 535); Green value is 117 (46.09% from 255 or 21.87% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 213 - color contains mainly: red. Hex color #D575CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D575CD is #2A8A32. Grayscale: #9B9B9B. Windows color (decimal): -2787891 or 13465045. OLE color: 13465045.

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

Color convert

RGB213117205-
CMYK00.450.040.16
HSL305º53.33%64.71%-
HSV(B)305º45.07%83.53%-
XYZ44.8231.2861.43-
YUV155.74155.8168.84-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.81%
GREEN value IS 117 (46.09% from 255) = 21.87%
BLUE value IS 205 (80.47% from 255) = 38.32%
R=39.81%
G=21.87%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311720500.450.040.1630553.3364.71
HexD575CD02D4101313541
Octal32516531505542046165101
Binary110101011110101110011010101101100100001001100011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D575CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D575CD; }

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

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

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

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

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

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

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

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