Html Css Color HEX #C577CC Orchid

📋 copy color: '#C577CC'

red 197 ◦ green 119 ◦ blue 204

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

Shades of Orchid #C577CC

Tints of Orchid #C577CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.23%

R = 37.88%
G = 22.88%
B = 39.23%

CMYK

 C value IS 0.03

 M value IS 0.42

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C577CC (or 0xC577CC) is known color: Orchid. HEX triplet: C5, 77 and CC. RGB value is (197,119,204). Sum of RGB (Red+Green+Blue) = 197+119+204=520 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.88% from 520); Green value is 119 (46.88% from 255 or 22.88% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 204 - color contains mainly: blue. Hex color #C577CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C577CC is #3A8833. Grayscale: #979797. Windows color (decimal): -3835956 or 13400005. OLE color: 13400005.

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

Color convert

RGB 197 119 204 -
CMYK 0.03 0.42 0 0.2
HSL 295.06º 0.45% 0.63% -
HSV(B) 295.06º 0.42% 0.8% -
XYZ 40.52 29.42 60.67 -
YUV 152.01 157.34 160.09 -
System Red Green Blue C M Y K H S L
Decimal 197 119 204 0.03 0.42 0 0.2 295.06 0.45 0.63
Hex C5 77 CC 3 2A 0 14 127 2D 3F
Octal 305 167 314 3 52 0 24 447 55 77
Binary 11000101 1110111 11001100 11 101010 0 10100 100100111 101101 111111

Color Harmonies of #C577CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C577CC

Black with #C577CC

Text Example


Text Example

White with #C577CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C577CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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