#C575D0

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

Shades of Orchid #C575D0

Tints of Orchid #C575D0

Color information

#C575D0 (or 0xC575D0) is unknown color: approx Orchid. HEX triplet: C5, 75 and D0. RGB value is (197,117,208). Sum of RGB (Red+Green+Blue) = 197+117+208=522 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.74% from 522); Green value is 117 (46.09% from 255 or 22.41% from 522); Blue value is 208 (81.64% from 255 or 39.85% from 522); Max value from RGB is 208 - color contains mainly: blue. Hex color #C575D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C575D0 is #3A8A2F. Grayscale: #979797. Windows color (decimal): -3836464 or 13661637. OLE color: 13661637.

HSL color Cylindrical-coordinate representation of color #C575D0: hue angle of 292.75º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C575D0 is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB197117208-
CMYK0.050.4400.18
HSL292.75º49.19%63.73%-
HSV(B)292.75º43.75%81.57%-
XYZ40.7729.1563.15-
YUV151.29160160.6-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.74%
GREEN value IS 117 (46.09% from 255) = 22.41%
BLUE value IS 208 (81.64% from 255) = 39.85%
R=37.74%
G=22.41%
B=39.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1971172080.050.4400.18292.7549.1963.73
HexC575D052C0121253140
Octal30516532055402244561100
Binary110001011110101110100001011011000100101001001011100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C575D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C575D0; }

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

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

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

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

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

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

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

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