Html Css Color HEX #C177C5 Orchid

📋 copy color: '#C177C5'

red 193 ◦ green 119 ◦ blue 197

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

Shades of Orchid #C177C5

Tints of Orchid #C177C5

RGB

 RED value IS 193 (75.78% from 255) = 37.92%

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

 BLUE value IS 197 (77.34% from 255) = 38.7%

R = 37.92%
G = 23.38%
B = 38.7%

CMYK

 C value IS 0.02

 M value IS 0.40

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C177C5 (or 0xC177C5) is known color: Orchid. HEX triplet: C1, 77 and C5. RGB value is (193,119,197). Sum of RGB (Red+Green+Blue) = 193+119+197=509 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.92% from 509); Green value is 119 (46.88% from 255 or 23.38% from 509); Blue value is 197 (77.34% from 255 or 38.70% from 509); Max value from RGB is 197 - color contains mainly: blue. Hex color #C177C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C177C5 is #3E883A. Grayscale: #959595. Windows color (decimal): -4098107 or 12941249. OLE color: 12941249.

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

Color convert

RGB 193 119 197 -
CMYK 0.02 0.40 0 0.23
HSL 296.92º 0.4% 0.62% -
HSV(B) 296.92º 0.4% 0.77% -
XYZ 38.67 28.56 56.3 -
YUV 150.02 154.52 158.66 -
System Red Green Blue C M Y K H S L
Decimal 193 119 197 0.02 0.40 0 0.23 296.92 0.4 0.62
Hex C1 77 C5 2 28 0 17 129 28 3E
Octal 301 167 305 2 50 0 27 451 50 76
Binary 11000001 1110111 11000101 10 101000 0 10111 100101001 101000 111110

Color Harmonies of #C177C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C177C5

Black with #C177C5

Text Example


Text Example

White with #C177C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C177C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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