#C575CD

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

Shades of Orchid #C575CD

Tints of Orchid #C575CD

Color information

#C575CD (or 0xC575CD) is unknown color: approx Orchid. HEX triplet: C5, 75 and CD. RGB value is (197,117,205). Sum of RGB (Red+Green+Blue) = 197+117+205=519 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.96% from 519); Green value is 117 (46.09% from 255 or 22.54% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 205 - color contains mainly: blue. Hex color #C575CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C575CD is #3A8A32. Grayscale: #969696. Windows color (decimal): -3836467 or 13465029. OLE color: 13465029.

HSL color Cylindrical-coordinate representation of color #C575CD: hue angle of 294.55º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C575CD is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB197117205-
CMYK0.040.4300.20
HSL294.55º46.81%63.14%-
HSV(B)294.55º42.93%80.39%-
XYZ40.412961.23-
YUV150.95158.5160.84-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.96%
GREEN value IS 117 (46.09% from 255) = 22.54%
BLUE value IS 205 (80.47% from 255) = 39.50%
R=37.96%
G=22.54%
B=39.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1971172050.040.4300.20294.5546.8163.14
HexC575CD42B0141272f3f
Octal3051653154530244475777
Binary11000101111010111001101100101011010100100100111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C575CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C575CD; }

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

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

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

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

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

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

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

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