#C575DD

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

Shades of Orchid #C575DD

Tints of Orchid #C575DD

Color information

#C575DD (or 0xC575DD) is unknown color: approx Orchid. HEX triplet: C5, 75 and DD. RGB value is (197,117,221). Sum of RGB (Red+Green+Blue) = 197+117+221=535 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.82% from 535); Green value is 117 (46.09% from 255 or 21.87% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #C575DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C575DD is #3A8A22. Grayscale: #989898. Windows color (decimal): -3836451 or 14513605. OLE color: 14513605.

HSL color Cylindrical-coordinate representation of color #C575DD: hue angle of 286.15º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C575DD is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB197117221-
CMYK0.110.4700.13
HSL286.15º60.47%66.27%-
HSV(B)286.15º47.06%86.67%-
XYZ42.4429.8171.92-
YUV152.78166.5159.54-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.82%
GREEN value IS 117 (46.09% from 255) = 21.87%
BLUE value IS 221 (86.72% from 255) = 41.31%
R=36.82%
G=21.87%
B=41.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1971172210.110.4700.13286.1560.4766.27
HexC575DDB2F0D11e3c42
Octal305165335135701543674102
Binary110001011110101110111011011101111011011000111101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C575DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C575DD; }

 p { color: rgb(197,117,221); }

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

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

 a { background-color: rgb(197,117,221); }

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

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

 span { border-color: rgb(197,117,221); }

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