#d575ce

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

Shades of Orchid #D575CE

Tints of Orchid #D575CE

Color information

#D575CE (or 0xD575CE) is unknown color: approx Orchid. HEX triplet: D5, 75 and CE. RGB value is (213,117,206). Sum of RGB (Red+Green+Blue) = 213+117+206=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 117 (46.09% from 255 or 21.83% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 213 - color contains mainly: red. Hex color #D575CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D575CE is #2A8A31. Grayscale: #9B9B9B. Windows color (decimal): -2787890 or 13530581. OLE color: 13530581.

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

Color convert

RGB213117206-
CMYK00.450.030.16
HSL304.38º53.33%64.71%-
HSV(B)304.38º45.07%83.53%-
XYZ44.9431.3262.07-
YUV155.85156.3168.76-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.74%
GREEN value IS 117 (46.09% from 255) = 21.83%
BLUE value IS 206 (80.86% from 255) = 38.43%
R=39.74%
G=21.83%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311720600.450.030.16304.3853.3364.71
HexD575CE02D3101303541
Octal32516531605532046065101
Binary11010101111010111001110010110111100001001100001101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d575ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d575ce; }

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

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

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

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

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

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

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

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