#D575C4

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

Shades of Orchid #D575C4

Tints of Orchid #D575C4

Color information

#D575C4 (or 0xD575C4) is unknown color: approx Orchid. HEX triplet: D5, 75 and C4. RGB value is (213,117,196). Sum of RGB (Red+Green+Blue) = 213+117+196=526 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.49% from 526); Green value is 117 (46.09% from 255 or 22.24% from 526); Blue value is 196 (76.95% from 255 or 37.26% from 526); Max value from RGB is 213 - color contains mainly: red. Hex color #D575C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D575C4 is #2A8A3B. Grayscale: #9A9A9A. Windows color (decimal): -2787900 or 12875221. OLE color: 12875221.

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

Color convert

RGB213117196-
CMYK00.450.080.16
HSL310.62º53.33%64.71%-
HSV(B)310.62º45.07%83.53%-
XYZ43.7730.8555.87-
YUV154.71151.3169.58-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.49%
GREEN value IS 117 (46.09% from 255) = 22.24%
BLUE value IS 196 (76.95% from 255) = 37.26%
R=40.49%
G=22.24%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311719600.450.080.16310.6253.3364.71
HexD575C402D8101373541
Octal325165304055102046765101
Binary1101010111101011100010001011011000100001001101111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D575C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D575C4; }

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

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

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

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

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

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

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

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