#C575CF

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

Shades of Orchid #C575CF

Tints of Orchid #C575CF

Color information

#C575CF (or 0xC575CF) is unknown color: approx Orchid. HEX triplet: C5, 75 and CF. RGB value is (197,117,207). Sum of RGB (Red+Green+Blue) = 197+117+207=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 117 (46.09% from 255 or 22.46% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 207 - color contains mainly: blue. Hex color #C575CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C575CF is #3A8A30. Grayscale: #969696. Windows color (decimal): -3836465 or 13596101. OLE color: 13596101.

HSL color Cylindrical-coordinate representation of color #C575CF: hue angle of 293.33º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C575CF is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB197117207-
CMYK0.050.4300.19
HSL293.33º48.39%63.53%-
HSV(B)293.33º43.48%81.18%-
XYZ40.6529.162.51-
YUV151.18159.5160.68-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.81%
GREEN value IS 117 (46.09% from 255) = 22.46%
BLUE value IS 207 (81.25% from 255) = 39.73%
R=37.81%
G=22.46%
B=39.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1971172070.050.4300.19293.3348.3963.53
HexC575CF52B0131253040
Octal30516531755302344560100
Binary110001011110101110011111011010110100111001001011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C575CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C575CF; }

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

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

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

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

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

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

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

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