Html Css Color HEX #C179D7 Orchid

📋 copy color: '#C179D7'

red 193 ◦ green 121 ◦ blue 215

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

Shades of Orchid #C179D7

Tints of Orchid #C179D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.64%

R = 36.48%
G = 22.87%
B = 40.64%

CMYK

 C value IS 0.10

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C179D7 (or 0xC179D7) is known color: Orchid. HEX triplet: C1, 79 and D7. RGB value is (193,121,215). Sum of RGB (Red+Green+Blue) = 193+121+215=529 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.48% from 529); Green value is 121 (47.66% from 255 or 22.87% from 529); Blue value is 215 (84.38% from 255 or 40.64% from 529); Max value from RGB is 215 - color contains mainly: blue. Hex color #C179D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C179D7 is #3E8628. Grayscale: #989898. Windows color (decimal): -4097577 or 14121409. OLE color: 14121409.

HSL color Cylindrical-coordinate representation of color #C179D7: hue angle of 285.96º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C179D7 is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 193 121 215 -
CMYK 0.10 0.44 0 0.16
HSL 285.96º 0.54% 0.66% -
HSV(B) 285.96º 0.44% 0.84% -
XYZ 41.1 29.92 67.9 -
YUV 153.24 162.85 156.36 -
System Red Green Blue C M Y K H S L
Decimal 193 121 215 0.10 0.44 0 0.16 285.96 0.54 0.66
Hex C1 79 D7 A 2C 0 10 11E 36 42
Octal 301 171 327 12 54 0 20 436 66 102
Binary 11000001 1111001 11010111 1010 101100 0 10000 100011110 110110 1000010

Color Harmonies of #C179D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C179D7

Black with #C179D7

Text Example


Text Example

White with #C179D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C179D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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