Html Css Color HEX #C179C6 Orchid

📋 copy color: '#C179C6'

red 193 ◦ green 121 ◦ blue 198

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

Shades of Orchid #C179C6

Tints of Orchid #C179C6

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.63%

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

R = 37.7%
G = 23.63%
B = 38.67%

CMYK

 C value IS 0.03

 M value IS 0.39

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C179C6 (or 0xC179C6) is known color: Orchid. HEX triplet: C1, 79 and C6. RGB value is (193,121,198). Sum of RGB (Red+Green+Blue) = 193+121+198=512 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.70% from 512); Green value is 121 (47.66% from 255 or 23.63% from 512); Blue value is 198 (77.73% from 255 or 38.67% from 512); Max value from RGB is 198 - color contains mainly: blue. Hex color #C179C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C179C6 is #3E8639. Grayscale: #979797. Windows color (decimal): -4097594 or 13007297. OLE color: 13007297.

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

Color convert

RGB 193 121 198 -
CMYK 0.03 0.39 0 0.22
HSL 296.1º 0.4% 0.63% -
HSV(B) 296.1º 0.39% 0.78% -
XYZ 39.02 29.09 56.98 -
YUV 151.31 154.35 157.74 -
System Red Green Blue C M Y K H S L
Decimal 193 121 198 0.03 0.39 0 0.22 296.1 0.4 0.63
Hex C1 79 C6 3 27 0 16 128 28 3F
Octal 301 171 306 3 47 0 26 450 50 77
Binary 11000001 1111001 11000110 11 100111 0 10110 100101000 101000 111111

Color Harmonies of #C179C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C179C6

Black with #C179C6

Text Example


Text Example

White with #C179C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C179C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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