Html Css Color HEX #C177C6 Orchid

📋 copy color: '#C177C6'

red 193 ◦ green 119 ◦ blue 198

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

Shades of Orchid #C177C6

Tints of Orchid #C177C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.82%

R = 37.84%
G = 23.33%
B = 38.82%

CMYK

 C value IS 0.03

 M value IS 0.40

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C177C6 (or 0xC177C6) is known color: Orchid. HEX triplet: C1, 77 and C6. RGB value is (193,119,198). Sum of RGB (Red+Green+Blue) = 193+119+198=510 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.84% from 510); Green value is 119 (46.88% from 255 or 23.33% from 510); Blue value is 198 (77.73% from 255 or 38.82% from 510); Max value from RGB is 198 - color contains mainly: blue. Hex color #C177C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C177C6 is #3E8839. Grayscale: #959595. Windows color (decimal): -4098106 or 13006785. OLE color: 13006785.

HSL color Cylindrical-coordinate representation of color #C177C6: hue angle of 296.2º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C177C6 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 193 119 198 -
CMYK 0.03 0.40 0 0.22
HSL 296.2º 0.41% 0.62% -
HSV(B) 296.2º 0.4% 0.78% -
XYZ 38.78 28.61 56.9 -
YUV 150.13 155.02 158.58 -
System Red Green Blue C M Y K H S L
Decimal 193 119 198 0.03 0.40 0 0.22 296.2 0.41 0.62
Hex C1 77 C6 3 28 0 16 128 29 3E
Octal 301 167 306 3 50 0 26 450 51 76
Binary 11000001 1110111 11000110 11 101000 0 10110 100101000 101001 111110

Color Harmonies of #C177C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C177C6

Black with #C177C6

Text Example


Text Example

White with #C177C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C177C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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