#c577c4

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

Shades of Orchid #C577C4

Tints of Orchid #C577C4

Color information

#C577C4 (or 0xC577C4) is unknown color: approx Orchid. HEX triplet: C5, 77 and C4. RGB value is (197,119,196). Sum of RGB (Red+Green+Blue) = 197+119+196=512 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.48% from 512); Green value is 119 (46.88% from 255 or 23.24% from 512); Blue value is 196 (76.95% from 255 or 38.28% from 512); Max value from RGB is 197 - color contains mainly: red. Hex color #C577C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C577C4 is #3A883B. Grayscale: #969696. Windows color (decimal): -3835964 or 12875717. OLE color: 12875717.

HSL color Cylindrical-coordinate representation of color #C577C4: hue angle of 300.77º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C577C4 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.23.

Color convert

RGB197119196-
CMYK00.400.010.23
HSL300.77º40.21%61.96%-
HSV(B)300.77º39.59%77.25%-
XYZ39.5929.0555.75-
YUV151.1153.34160.74-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.48%
GREEN value IS 119 (46.88% from 255) = 23.24%
BLUE value IS 196 (76.95% from 255) = 38.28%
R=38.48%
G=23.24%
B=38.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.01
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711919600.400.010.23300.7740.2161.96
HexC577C402811712d283e
Octal3051673040501274555076
Binary110001011110111110001000101000110111100101101101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c577c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c577c4; }

 p { color: rgb(197,119,196); }

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

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

 a { background-color: rgb(197,119,196); }

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

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

 span { border-color: rgb(197,119,196); }

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