Html Css Color HEX #C179DC Orchid

📋 copy color: '#C179DC'

red 193 ◦ green 121 ◦ blue 220

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

Shades of Orchid #C179DC

Tints of Orchid #C179DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.2%

R = 36.14%
G = 22.66%
B = 41.2%

CMYK

 C value IS 0.12

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C179DC (or 0xC179DC) is known color: Orchid. HEX triplet: C1, 79 and DC. RGB value is (193,121,220). Sum of RGB (Red+Green+Blue) = 193+121+220=534 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.14% from 534); Green value is 121 (47.66% from 255 or 22.66% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #C179DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C179DC is #3E8623. Grayscale: #999999. Windows color (decimal): -4097572 or 14449089. OLE color: 14449089.

HSL color Cylindrical-coordinate representation of color #C179DC: hue angle of 283.64º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C179DC is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 121 220 -
CMYK 0.12 0.45 0 0.14
HSL 283.64º 0.59% 0.67% -
HSV(B) 283.64º 0.45% 0.86% -
XYZ 41.75 30.18 71.34 -
YUV 153.81 165.35 155.95 -
System Red Green Blue C M Y K H S L
Decimal 193 121 220 0.12 0.45 0 0.14 283.64 0.59 0.67
Hex C1 79 DC C 2D 0 E 11C 3B 43
Octal 301 171 334 14 55 0 16 434 73 103
Binary 11000001 1111001 11011100 1100 101101 0 1110 100011100 111011 1000011

Color Harmonies of #C179DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C179DC

Black with #C179DC

Text Example


Text Example

White with #C179DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C179DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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