Html Css Color HEX #C179DB Orchid

📋 copy color: '#C179DB'

red 193 ◦ green 121 ◦ blue 219

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

Shades of Orchid #C179DB

Tints of Orchid #C179DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.09%

R = 36.21%
G = 22.7%
B = 41.09%

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

#C179DB (or 0xC179DB) is known color: Orchid. HEX triplet: C1, 79 and DB. RGB value is (193,121,219). Sum of RGB (Red+Green+Blue) = 193+121+219=533 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.21% from 533); Green value is 121 (47.66% from 255 or 22.70% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #C179DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C179DB is #3E8624. Grayscale: #999999. Windows color (decimal): -4097573 or 14383553. OLE color: 14383553.

HSL color Cylindrical-coordinate representation of color #C179DB: hue angle of 284.08º degrees, saturation: 0.58, 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 #C179DB is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 121 219 -
CMYK 0.12 0.45 0 0.14
HSL 284.08º 0.58% 0.67% -
HSV(B) 284.08º 0.45% 0.86% -
XYZ 41.62 30.13 70.64 -
YUV 153.7 164.85 156.03 -
System Red Green Blue C M Y K H S L
Decimal 193 121 219 0.12 0.45 0 0.14 284.08 0.58 0.67
Hex C1 79 DB C 2D 0 E 11C 3A 43
Octal 301 171 333 14 55 0 16 434 72 103
Binary 11000001 1111001 11011011 1100 101101 0 1110 100011100 111010 1000011

Color Harmonies of #C179DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C179DB

Black with #C179DB

Text Example


Text Example

White with #C179DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C179DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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