Html Css Color HEX #C177C1 Orchid

📋 copy color: '#C177C1'

red 193 ◦ green 119 ◦ blue 193

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

Shades of Orchid #C177C1

Tints of Orchid #C177C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 38.22%

R = 38.22%
G = 23.56%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C177C1 (or 0xC177C1) is known color: Orchid. HEX triplet: C1, 77 and C1. RGB value is (193,119,193). Sum of RGB (Red+Green+Blue) = 193+119+193=505 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.22% from 505); Green value is 119 (46.88% from 255 or 23.56% from 505); Blue value is 193 (75.78% from 255 or 38.22% from 505); Max value from RGB is 193 - color contains mainly: red, blue. Hex color #C177C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C177C1 is #3E883E. Grayscale: #959595. Windows color (decimal): -4098111 or 12679105. OLE color: 12679105.

HSL color Cylindrical-coordinate representation of color #C177C1: hue angle of 300º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C177C1 is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 119 193 -
CMYK 0 0.38 0 0.24
HSL 300º 0.37% 0.61% -
HSV(B) 300º 0.38% 0.76% -
XYZ 38.21 28.38 53.92 -
YUV 149.56 152.52 158.98 -
System Red Green Blue C M Y K H S L
Decimal 193 119 193 0 0.38 0 0.24 300 0.37 0.61
Hex C1 77 C1 0 26 0 18 12C 25 3D
Octal 301 167 301 0 46 0 30 454 45 75
Binary 11000001 1110111 11000001 0 100110 0 11000 100101100 100101 111101

Color Harmonies of #C177C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C177C1

Black with #C177C1

Text Example


Text Example

White with #C177C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C177C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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