Html Css Color HEX #C577BA Orchid

📋 copy color: '#C577BA'

red 197 ◦ green 119 ◦ blue 186

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

Shades of Orchid #C577BA

Tints of Orchid #C577BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.05%

R = 39.24%
G = 23.71%
B = 37.05%

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

#C577BA (or 0xC577BA) is known color: Orchid. HEX triplet: C5, 77 and BA. RGB value is (197,119,186). Sum of RGB (Red+Green+Blue) = 197+119+186=502 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.24% from 502); Green value is 119 (46.88% from 255 or 23.71% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 197 - color contains mainly: red. Hex color #C577BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C577BA is #3A8845. Grayscale: #959595. Windows color (decimal): -3835974 or 12220357. OLE color: 12220357.

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

Color convert

RGB 197 119 186 -
CMYK 0 0.40 0.06 0.23
HSL 308.46º 0.4% 0.62% -
HSV(B) 308.46º 0.4% 0.77% -
XYZ 38.49 28.61 49.95 -
YUV 149.96 148.34 161.55 -
System Red Green Blue C M Y K H S L
Decimal 197 119 186 0 0.40 0.06 0.23 308.46 0.4 0.62
Hex C5 77 BA 0 28 6 17 134 28 3E
Octal 305 167 272 0 50 6 27 464 50 76
Binary 11000101 1110111 10111010 0 101000 110 10111 100110100 101000 111110

Color Harmonies of #C577BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C577BA

Black with #C577BA

Text Example


Text Example

White with #C577BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C577BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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