Html Css Color HEX #C576C0 Orchid

📋 copy color: '#C576C0'

red 197 ◦ green 118 ◦ blue 192

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

Shades of Orchid #C576C0

Tints of Orchid #C576C0

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.27%

 BLUE value IS 192 (75.39% from 255) = 37.87%

R = 38.86%
G = 23.27%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C576C0 (or 0xC576C0) is known color: Orchid. HEX triplet: C5, 76 and C0. RGB value is (197,118,192). Sum of RGB (Red+Green+Blue) = 197+118+192=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 118 (46.48% from 255 or 23.27% from 507); Blue value is 192 (75.39% from 255 or 37.87% from 507); Max value from RGB is 197 - color contains mainly: red. Hex color #C576C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C576C0 is #3A893F. Grayscale: #959595. Windows color (decimal): -3836224 or 12613317. OLE color: 12613317.

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

Color convert

RGB 197 118 192 -
CMYK 0 0.40 0.03 0.23
HSL 303.8º 0.41% 0.62% -
HSV(B) 303.8º 0.4% 0.77% -
XYZ 39.02 28.63 53.34 -
YUV 150.06 151.67 161.48 -
System Red Green Blue C M Y K H S L
Decimal 197 118 192 0 0.40 0.03 0.23 303.8 0.41 0.62
Hex C5 76 C0 0 28 3 17 130 29 3E
Octal 305 166 300 0 50 3 27 460 51 76
Binary 11000101 1110110 11000000 0 101000 11 10111 100110000 101001 111110

Color Harmonies of #C576C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C576C0

Black with #C576C0

Text Example


Text Example

White with #C576C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C576C0; }

 p { color: rgb(197,118,192); }

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

background-color css

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

 a { background-color: rgb(197,118,192); }

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

border-color css

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

 span { border-color: rgb(197,118,192); }

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