Html Css Color HEX #C177CC Orchid

📋 copy color: '#C177CC'

red 193 ◦ green 119 ◦ blue 204

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

Shades of Orchid #C177CC

Tints of Orchid #C177CC

RGB

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

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

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

R = 37.4%
G = 23.06%
B = 39.53%

CMYK

 C value IS 0.05

 M value IS 0.42

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C177CC (or 0xC177CC) is known color: Orchid. HEX triplet: C1, 77 and CC. RGB value is (193,119,204). Sum of RGB (Red+Green+Blue) = 193+119+204=516 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.40% from 516); Green value is 119 (46.88% from 255 or 23.06% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 204 - color contains mainly: blue. Hex color #C177CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C177CC is #3E8833. Grayscale: #969696. Windows color (decimal): -4098100 or 13400001. OLE color: 13400001.

HSL color Cylindrical-coordinate representation of color #C177CC: hue angle of 292.24º 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 #C177CC is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 193 119 204 -
CMYK 0.05 0.42 0 0.2
HSL 292.24º 0.45% 0.63% -
HSV(B) 292.24º 0.42% 0.8% -
XYZ 39.49 28.89 60.62 -
YUV 150.82 158.02 158.09 -
System Red Green Blue C M Y K H S L
Decimal 193 119 204 0.05 0.42 0 0.2 292.24 0.45 0.63
Hex C1 77 CC 5 2A 0 14 124 2D 3F
Octal 301 167 314 5 52 0 24 444 55 77
Binary 11000001 1110111 11001100 101 101010 0 10100 100100100 101101 111111

Color Harmonies of #C177CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C177CC

Black with #C177CC

Text Example


Text Example

White with #C177CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C177CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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