Html Css Color HEX #C577BD Orchid

📋 copy color: '#C577BD'

red 197 ◦ green 119 ◦ blue 189

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

Shades of Orchid #C577BD

Tints of Orchid #C577BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.43%

R = 39.01%
G = 23.56%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C577BD (or 0xC577BD) is known color: Orchid. HEX triplet: C5, 77 and BD. RGB value is (197,119,189). Sum of RGB (Red+Green+Blue) = 197+119+189=505 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.01% from 505); Green value is 119 (46.88% from 255 or 23.56% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 197 - color contains mainly: red. Hex color #C577BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C577BD is #3A8842. Grayscale: #969696. Windows color (decimal): -3835971 or 12416965. OLE color: 12416965.

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

Color convert

RGB 197 119 189 -
CMYK 0 0.40 0.04 0.23
HSL 306.15º 0.4% 0.62% -
HSV(B) 306.15º 0.4% 0.77% -
XYZ 38.81 28.74 51.65 -
YUV 150.3 149.84 161.31 -
System Red Green Blue C M Y K H S L
Decimal 197 119 189 0 0.40 0.04 0.23 306.15 0.4 0.62
Hex C5 77 BD 0 28 4 17 132 28 3E
Octal 305 167 275 0 50 4 27 462 50 76
Binary 11000101 1110111 10111101 0 101000 100 10111 100110010 101000 111110

Color Harmonies of #C577BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C577BD

Black with #C577BD

Text Example


Text Example

White with #C577BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C577BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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