Html Css Color HEX #C159D2 Medium Orchid

📋 copy color: '#C159D2'

red 193 ◦ green 89 ◦ blue 210

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

Shades of Medium Orchid #C159D2

Tints of Medium Orchid #C159D2

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.09%

 BLUE value IS 210 (82.42% from 255) = 42.68%

R = 39.23%
G = 18.09%
B = 42.68%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C159D2 (or 0xC159D2) is known color: Medium Orchid. HEX triplet: C1, 59 and D2. RGB value is (193,89,210). Sum of RGB (Red+Green+Blue) = 193+89+210=492 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.23% from 492); Green value is 89 (35.16% from 255 or 18.09% from 492); Blue value is 210 (82.42% from 255 or 42.68% from 492); Max value from RGB is 210 - color contains mainly: blue. Hex color #C159D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C159D2 is #3EA62D. Grayscale: #858585. Windows color (decimal): -4105774 or 13785537. OLE color: 13785537.

HSL color Cylindrical-coordinate representation of color #C159D2: hue angle of 291.57º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C159D2 is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 193 89 210 -
CMYK 0.08 0.58 0 0.18
HSL 291.57º 0.57% 0.59% -
HSV(B) 291.57º 0.58% 0.82% -
XYZ 37.2 23.14 63.48 -
YUV 133.89 170.96 170.16 -
System Red Green Blue C M Y K H S L
Decimal 193 89 210 0.08 0.58 0 0.18 291.57 0.57 0.59
Hex C1 59 D2 8 3A 0 12 124 39 3B
Octal 301 131 322 10 72 0 22 444 71 73
Binary 11000001 1011001 11010010 1000 111010 0 10010 100100100 111001 111011

Color Harmonies of #C159D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C159D2

Black with #C159D2

Text Example


Text Example

White with #C159D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C159D2; }

 p { color: rgb(193,89,210); }

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

background-color css

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

 a { background-color: rgb(193,89,210); }

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

border-color css

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

 span { border-color: rgb(193,89,210); }

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