#C55CCF

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

Shades of Medium Orchid #C55CCF

Tints of Medium Orchid #C55CCF

Color information

#C55CCF (or 0xC55CCF) is unknown color: approx Medium Orchid. HEX triplet: C5, 5C and CF. RGB value is (197,92,207). Sum of RGB (Red+Green+Blue) = 197+92+207=496 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.72% from 496); Green value is 92 (36.33% from 255 or 18.55% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 207 - color contains mainly: blue. Hex color #C55CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55CCF is #3AA330. Grayscale: #888888. Windows color (decimal): -3842865 or 13589701. OLE color: 13589701.

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

Color convert

RGB19792207-
CMYK0.050.5600.19
HSL294.78º54.5%58.63%-
HSV(B)294.78º55.56%81.18%-
XYZ38.1224.0361.66-
YUV136.5167.79171.15-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.72%
GREEN value IS 92 (36.33% from 255) = 18.55%
BLUE value IS 207 (81.25% from 255) = 41.73%
R=39.72%
G=18.55%
B=41.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal197922070.050.5600.19294.7854.558.63
HexC55CCF538013127373b
Octal3051343175700234476773
Binary11000101101110011001111101111000010011100100111110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55CCF; }

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

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

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

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

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

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

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

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