Html Css Color HEX #C179CD Orchid

📋 copy color: '#C179CD'

red 193 ◦ green 121 ◦ blue 205

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

Shades of Orchid #C179CD

Tints of Orchid #C179CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.5%

R = 37.19%
G = 23.31%
B = 39.5%

CMYK

 C value IS 0.06

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C179CD (or 0xC179CD) is known color: Orchid. HEX triplet: C1, 79 and CD. RGB value is (193,121,205). Sum of RGB (Red+Green+Blue) = 193+121+205=519 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.19% from 519); Green value is 121 (47.66% from 255 or 23.31% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 205 - color contains mainly: blue. Hex color #C179CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C179CD is #3E8632. Grayscale: #979797. Windows color (decimal): -4097587 or 13466049. OLE color: 13466049.

HSL color Cylindrical-coordinate representation of color #C179CD: hue angle of 291.43º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C179CD is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 121 205 -
CMYK 0.06 0.41 0 0.20
HSL 291.43º 0.46% 0.64% -
HSV(B) 291.43º 0.41% 0.8% -
XYZ 39.85 29.42 61.34 -
YUV 152.1 157.85 157.17 -
System Red Green Blue C M Y K H S L
Decimal 193 121 205 0.06 0.41 0 0.20 291.43 0.46 0.64
Hex C1 79 CD 6 29 0 14 123 2E 40
Octal 301 171 315 6 51 0 24 443 56 100
Binary 11000001 1111001 11001101 110 101001 0 10100 100100011 101110 1000000

Color Harmonies of #C179CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C179CD

Black with #C179CD

Text Example


Text Example

White with #C179CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C179CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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