Html Css Color HEX #C179BE Orchid

📋 copy color: '#C179BE'

red 193 ◦ green 121 ◦ blue 190

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

Shades of Orchid #C179BE

Tints of Orchid #C179BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.7%

R = 38.29%
G = 24.01%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C179BE (or 0xC179BE) is known color: Orchid. HEX triplet: C1, 79 and BE. RGB value is (193,121,190). Sum of RGB (Red+Green+Blue) = 193+121+190=504 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.29% from 504); Green value is 121 (47.66% from 255 or 24.01% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 193 - color contains mainly: red. Hex color #C179BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C179BE is #3E8641. Grayscale: #969696. Windows color (decimal): -4097602 or 12483009. OLE color: 12483009.

HSL color Cylindrical-coordinate representation of color #C179BE: hue angle of 302.5º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C179BE is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 121 190 -
CMYK 0 0.37 0.02 0.24
HSL 302.5º 0.37% 0.62% -
HSV(B) 302.5º 0.37% 0.76% -
XYZ 38.12 28.73 52.25 -
YUV 150.39 150.35 158.39 -
System Red Green Blue C M Y K H S L
Decimal 193 121 190 0 0.37 0.02 0.24 302.5 0.37 0.62
Hex C1 79 BE 0 25 2 18 12E 25 3E
Octal 301 171 276 0 45 2 30 456 45 76
Binary 11000001 1111001 10111110 0 100101 10 11000 100101110 100101 111110

Color Harmonies of #C179BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C179BE

Black with #C179BE

Text Example


Text Example

White with #C179BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C179BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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