Html Css Color HEX #C577B9 Orchid

📋 copy color: '#C577B9'

red 197 ◦ green 119 ◦ blue 185

#C577B9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #C577B9

Tints of Orchid #C577B9

RGB

 RED value IS 197 (77.34% from 255) = 39.32%

 GREEN value IS 119 (46.88% from 255) = 23.75%

 BLUE value IS 185 (72.66% from 255) = 36.93%

R = 39.32%
G = 23.75%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C577B9 (or 0xC577B9) is known color: Orchid. HEX triplet: C5, 77 and B9. RGB value is (197,119,185). Sum of RGB (Red+Green+Blue) = 197+119+185=501 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.32% from 501); Green value is 119 (46.88% from 255 or 23.75% from 501); Blue value is 185 (72.66% from 255 or 36.93% from 501); Max value from RGB is 197 - color contains mainly: red. Hex color #C577B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C577B9 is #3A8846. Grayscale: #959595. Windows color (decimal): -3835975 or 12154821. OLE color: 12154821.

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

Color convert

RGB 197 119 185 -
CMYK 0 0.40 0.06 0.23
HSL 309.23º 0.4% 0.62% -
HSV(B) 309.23º 0.4% 0.77% -
XYZ 38.38 28.57 49.39 -
YUV 149.85 147.84 161.63 -
System Red Green Blue C M Y K H S L
Decimal 197 119 185 0 0.40 0.06 0.23 309.23 0.4 0.62
Hex C5 77 B9 0 28 6 17 135 28 3E
Octal 305 167 271 0 50 6 27 465 50 76
Binary 11000101 1110111 10111001 0 101000 110 10111 100110101 101000 111110

Color Harmonies of #C577B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C577B9

Black with #C577B9

Text Example


Text Example

White with #C577B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C577B9; }

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

 H1.HeaderClassName
 {
   color: #C577B9;
 }
 .AnyTagClassName
 {
   color: #C577B9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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