#C577C1

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

Shades of Orchid #C577C1

Tints of Orchid #C577C1

Color information

#C577C1 (or 0xC577C1) is unknown color: approx Orchid. HEX triplet: C5, 77 and C1. RGB value is (197,119,193). Sum of RGB (Red+Green+Blue) = 197+119+193=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 119 (46.88% from 255 or 23.38% from 509); Blue value is 193 (75.78% from 255 or 37.92% from 509); Max value from RGB is 197 - color contains mainly: red. Hex color #C577C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C577C1 is #3A883E. Grayscale: #969696. Windows color (decimal): -3835967 or 12679109. OLE color: 12679109.

HSL color Cylindrical-coordinate representation of color #C577C1: hue angle of 303.08º 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 #C577C1 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB197119193-
CMYK00.400.020.23
HSL303.08º40.21%61.96%-
HSV(B)303.08º39.59%77.25%-
XYZ39.2528.9153.96-
YUV150.76151.84160.98-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.70%
GREEN value IS 119 (46.88% from 255) = 23.38%
BLUE value IS 193 (75.78% from 255) = 37.92%
R=38.70%
G=23.38%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711919300.400.020.23303.0840.2161.96
HexC577C102821712f283e
Octal3051673010502274575076
Binary1100010111101111100000101010001010111100101111101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C577C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C577C1; }

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

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

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

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

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

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

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

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