Html Css Color HEX #C179DD Orchid

📋 copy color: '#C179DD'

red 193 ◦ green 121 ◦ blue 221

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

Shades of Orchid #C179DD

Tints of Orchid #C179DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.31%

R = 36.07%
G = 22.62%
B = 41.31%

CMYK

 C value IS 0.13

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C179DD (or 0xC179DD) is known color: Orchid. HEX triplet: C1, 79 and DD. RGB value is (193,121,221). Sum of RGB (Red+Green+Blue) = 193+121+221=535 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.07% from 535); Green value is 121 (47.66% from 255 or 22.62% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #C179DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C179DD is #3E8622. Grayscale: #999999. Windows color (decimal): -4097571 or 14514625. OLE color: 14514625.

HSL color Cylindrical-coordinate representation of color #C179DD: hue angle of 283.2º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C179DD is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 121 221 -
CMYK 0.13 0.45 0 0.13
HSL 283.2º 0.6% 0.67% -
HSV(B) 283.2º 0.45% 0.87% -
XYZ 41.88 30.23 72.03 -
YUV 153.93 165.85 155.87 -
System Red Green Blue C M Y K H S L
Decimal 193 121 221 0.13 0.45 0 0.13 283.2 0.6 0.67
Hex C1 79 DD D 2D 0 D 11B 3C 43
Octal 301 171 335 15 55 0 15 433 74 103
Binary 11000001 1111001 11011101 1101 101101 0 1101 100011011 111100 1000011

Color Harmonies of #C179DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C179DD

Black with #C179DD

Text Example


Text Example

White with #C179DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C179DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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