Html Css Color HEX #C179CA Orchid

📋 copy color: '#C179CA'

red 193 ◦ green 121 ◦ blue 202

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

Shades of Orchid #C179CA

Tints of Orchid #C179CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.15%

R = 37.4%
G = 23.45%
B = 39.15%

CMYK

 C value IS 0.04

 M value IS 0.40

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C179CA (or 0xC179CA) is known color: Orchid. HEX triplet: C1, 79 and CA. RGB value is (193,121,202). Sum of RGB (Red+Green+Blue) = 193+121+202=516 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.40% from 516); Green value is 121 (47.66% from 255 or 23.45% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 202 - color contains mainly: blue. Hex color #C179CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C179CA is #3E8635. Grayscale: #979797. Windows color (decimal): -4097590 or 13269441. OLE color: 13269441.

HSL color Cylindrical-coordinate representation of color #C179CA: hue angle of 293.33º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C179CA is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 193 121 202 -
CMYK 0.04 0.40 0 0.21
HSL 293.33º 0.43% 0.63% -
HSV(B) 293.33º 0.4% 0.79% -
XYZ 39.49 29.28 59.45 -
YUV 151.76 156.35 157.41 -
System Red Green Blue C M Y K H S L
Decimal 193 121 202 0.04 0.40 0 0.21 293.33 0.43 0.63
Hex C1 79 CA 4 28 0 15 125 2B 3F
Octal 301 171 312 4 50 0 25 445 53 77
Binary 11000001 1111001 11001010 100 101000 0 10101 100100101 101011 111111

Color Harmonies of #C179CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C179CA

Black with #C179CA

Text Example


Text Example

White with #C179CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C179CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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