Html Css Color HEX #C159DD Medium Orchid

📋 copy color: '#C159DD'

red 193 ◦ green 89 ◦ blue 221

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

Shades of Medium Orchid #C159DD

Tints of Medium Orchid #C159DD

RGB

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

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

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

R = 38.37%
G = 17.69%
B = 43.94%

CMYK

 C value IS 0.13

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C159DD (or 0xC159DD) is known color: Medium Orchid. HEX triplet: C1, 59 and DD. RGB value is (193,89,221). Sum of RGB (Red+Green+Blue) = 193+89+221=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 89 (35.16% from 255 or 17.69% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #C159DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C159DD is #3EA622. Grayscale: #868686. Windows color (decimal): -4105763 or 14506433. OLE color: 14506433.

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

Color convert

RGB 193 89 221 -
CMYK 0.13 0.60 0 0.13
HSL 287.27º 0.66% 0.61% -
HSV(B) 287.27º 0.6% 0.87% -
XYZ 38.62 23.7 70.95 -
YUV 135.14 176.46 169.27 -
System Red Green Blue C M Y K H S L
Decimal 193 89 221 0.13 0.60 0 0.13 287.27 0.66 0.61
Hex C1 59 DD D 3C 0 D 11F 42 3D
Octal 301 131 335 15 74 0 15 437 102 75
Binary 11000001 1011001 11011101 1101 111100 0 1101 100011111 1000010 111101

Color Harmonies of #C159DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C159DD

Black with #C159DD

Text Example


Text Example

White with #C159DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C159DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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