Html Css Color HEX #C577CB Orchid

📋 copy color: '#C577CB'

red 197 ◦ green 119 ◦ blue 203

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

Shades of Orchid #C577CB

Tints of Orchid #C577CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.11%

R = 37.96%
G = 22.93%
B = 39.11%

CMYK

 C value IS 0.03

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C577CB (or 0xC577CB) is known color: Orchid. HEX triplet: C5, 77 and CB. RGB value is (197,119,203). Sum of RGB (Red+Green+Blue) = 197+119+203=519 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.96% from 519); Green value is 119 (46.88% from 255 or 22.93% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 203 - color contains mainly: blue. Hex color #C577CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C577CB is #3A8834. Grayscale: #979797. Windows color (decimal): -3835957 or 13334469. OLE color: 13334469.

HSL color Cylindrical-coordinate representation of color #C577CB: hue angle of 295.71º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C577CB is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 119 203 -
CMYK 0.03 0.41 0 0.20
HSL 295.71º 0.45% 0.63% -
HSV(B) 295.71º 0.41% 0.8% -
XYZ 40.4 29.38 60.04 -
YUV 151.9 156.84 160.17 -
System Red Green Blue C M Y K H S L
Decimal 197 119 203 0.03 0.41 0 0.20 295.71 0.45 0.63
Hex C5 77 CB 3 29 0 14 128 2D 3F
Octal 305 167 313 3 51 0 24 450 55 77
Binary 11000101 1110111 11001011 11 101001 0 10100 100101000 101101 111111

Color Harmonies of #C577CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C577CB

Black with #C577CB

Text Example


Text Example

White with #C577CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C577CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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