#C577BE

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

Shades of Orchid #C577BE

Tints of Orchid #C577BE

Color information

#C577BE (or 0xC577BE) is unknown color: approx Orchid. HEX triplet: C5, 77 and BE. RGB value is (197,119,190). Sum of RGB (Red+Green+Blue) = 197+119+190=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 119 (46.88% from 255 or 23.52% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 197 - color contains mainly: red. Hex color #C577BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C577BE is #3A8841. Grayscale: #969696. Windows color (decimal): -3835970 or 12482501. OLE color: 12482501.

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

Color convert

RGB197119190-
CMYK00.400.040.23
HSL305.38º40.21%61.96%-
HSV(B)305.38º39.59%77.25%-
XYZ38.9228.7852.22-
YUV150.42150.34161.23-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.93%
GREEN value IS 119 (46.88% from 255) = 23.52%
BLUE value IS 190 (74.61% from 255) = 37.55%
R=38.93%
G=23.52%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711919000.400.040.23305.3840.2161.96
HexC577BE028417131283e
Octal3051672760504274615076
Binary11000101111011110111110010100010010111100110001101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C577BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C577BE; }

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

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

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

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

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

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

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

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