Html Css Color HEX #C179D5 Orchid

📋 copy color: '#C179D5'

red 193 ◦ green 121 ◦ blue 213

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

Shades of Orchid #C179D5

Tints of Orchid #C179D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.42%

R = 36.62%
G = 22.96%
B = 40.42%

CMYK

 C value IS 0.09

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C179D5 (or 0xC179D5) is known color: Orchid. HEX triplet: C1, 79 and D5. RGB value is (193,121,213). Sum of RGB (Red+Green+Blue) = 193+121+213=527 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.62% from 527); Green value is 121 (47.66% from 255 or 22.96% from 527); Blue value is 213 (83.59% from 255 or 40.42% from 527); Max value from RGB is 213 - color contains mainly: blue. Hex color #C179D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C179D5 is #3E862A. Grayscale: #989898. Windows color (decimal): -4097579 or 13990337. OLE color: 13990337.

HSL color Cylindrical-coordinate representation of color #C179D5: hue angle of 286.96º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C179D5 is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 193 121 213 -
CMYK 0.09 0.43 0 0.16
HSL 286.96º 0.52% 0.65% -
HSV(B) 286.96º 0.43% 0.84% -
XYZ 40.84 29.82 66.55 -
YUV 153.02 161.85 156.52 -
System Red Green Blue C M Y K H S L
Decimal 193 121 213 0.09 0.43 0 0.16 286.96 0.52 0.65
Hex C1 79 D5 9 2B 0 10 11F 34 41
Octal 301 171 325 11 53 0 20 437 64 101
Binary 11000001 1111001 11010101 1001 101011 0 10000 100011111 110100 1000001

Color Harmonies of #C179D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C179D5

Black with #C179D5

Text Example


Text Example

White with #C179D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C179D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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