Html Css Color HEX #C179CE Orchid

📋 copy color: '#C179CE'

red 193 ◦ green 121 ◦ blue 206

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

Shades of Orchid #C179CE

Tints of Orchid #C179CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.62%

R = 37.12%
G = 23.27%
B = 39.62%

CMYK

 C value IS 0.06

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C179CE (or 0xC179CE) is known color: Orchid. HEX triplet: C1, 79 and CE. RGB value is (193,121,206). Sum of RGB (Red+Green+Blue) = 193+121+206=520 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.12% from 520); Green value is 121 (47.66% from 255 or 23.27% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 206 - color contains mainly: blue. Hex color #C179CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C179CE is #3E8631. Grayscale: #979797. Windows color (decimal): -4097586 or 13531585. OLE color: 13531585.

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

Color convert

RGB 193 121 206 -
CMYK 0.06 0.41 0 0.19
HSL 290.82º 0.46% 0.64% -
HSV(B) 290.82º 0.41% 0.81% -
XYZ 39.97 29.47 61.97 -
YUV 152.22 158.35 157.09 -
System Red Green Blue C M Y K H S L
Decimal 193 121 206 0.06 0.41 0 0.19 290.82 0.46 0.64
Hex C1 79 CE 6 29 0 13 123 2E 40
Octal 301 171 316 6 51 0 23 443 56 100
Binary 11000001 1111001 11001110 110 101001 0 10011 100100011 101110 1000000

Color Harmonies of #C179CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C179CE

Black with #C179CE

Text Example


Text Example

White with #C179CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C179CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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