Html Css Color HEX #C179CC Orchid

📋 copy color: '#C179CC'

red 193 ◦ green 121 ◦ blue 204

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

Shades of Orchid #C179CC

Tints of Orchid #C179CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.38%

R = 37.26%
G = 23.36%
B = 39.38%

CMYK

 C value IS 0.05

 M value IS 0.41

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C179CC (or 0xC179CC) is known color: Orchid. HEX triplet: C1, 79 and CC. RGB value is (193,121,204). Sum of RGB (Red+Green+Blue) = 193+121+204=518 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.26% from 518); Green value is 121 (47.66% from 255 or 23.36% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 204 - color contains mainly: blue. Hex color #C179CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C179CC is #3E8633. Grayscale: #979797. Windows color (decimal): -4097588 or 13400513. OLE color: 13400513.

HSL color Cylindrical-coordinate representation of color #C179CC: hue angle of 292.05º degrees, saturation: 0.45, 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 #C179CC is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 193 121 204 -
CMYK 0.05 0.41 0 0.2
HSL 292.05º 0.45% 0.64% -
HSV(B) 292.05º 0.41% 0.8% -
XYZ 39.73 29.37 60.7 -
YUV 151.99 157.35 157.25 -
System Red Green Blue C M Y K H S L
Decimal 193 121 204 0.05 0.41 0 0.2 292.05 0.45 0.64
Hex C1 79 CC 5 29 0 14 124 2D 40
Octal 301 171 314 5 51 0 24 444 55 100
Binary 11000001 1111001 11001100 101 101001 0 10100 100100100 101101 1000000

Color Harmonies of #C179CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C179CC

Black with #C179CC

Text Example


Text Example

White with #C179CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C179CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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