Html Css Color HEX #C159CD Medium Orchid

📋 copy color: '#C159CD'

red 193 ◦ green 89 ◦ blue 205

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

Shades of Medium Orchid #C159CD

Tints of Medium Orchid #C159CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.09%

R = 39.63%
G = 18.28%
B = 42.09%

CMYK

 C value IS 0.06

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C159CD (or 0xC159CD) is known color: Medium Orchid. HEX triplet: C1, 59 and CD. RGB value is (193,89,205). Sum of RGB (Red+Green+Blue) = 193+89+205=487 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.63% from 487); Green value is 89 (35.16% from 255 or 18.28% from 487); Blue value is 205 (80.47% from 255 or 42.09% from 487); Max value from RGB is 205 - color contains mainly: blue. Hex color #C159CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C159CD is #3EA632. Grayscale: #848484. Windows color (decimal): -4105779 or 13457857. OLE color: 13457857.

HSL color Cylindrical-coordinate representation of color #C159CD: hue angle of 293.79º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C159CD is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 89 205 -
CMYK 0.06 0.57 0 0.20
HSL 293.79º 0.54% 0.58% -
HSV(B) 293.79º 0.57% 0.8% -
XYZ 36.58 22.89 60.25 -
YUV 133.32 168.46 170.57 -
System Red Green Blue C M Y K H S L
Decimal 193 89 205 0.06 0.57 0 0.20 293.79 0.54 0.58
Hex C1 59 CD 6 39 0 14 126 36 3A
Octal 301 131 315 6 71 0 24 446 66 72
Binary 11000001 1011001 11001101 110 111001 0 10100 100100110 110110 111010

Color Harmonies of #C159CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C159CD

Black with #C159CD

Text Example


Text Example

White with #C159CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C159CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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