Html Css Color HEX #C15CD1 Medium Orchid

📋 copy color: '#C15CD1'

red 193 ◦ green 92 ◦ blue 209

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

Shades of Medium Orchid #C15CD1

Tints of Medium Orchid #C15CD1

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.62%

 BLUE value IS 209 (82.03% from 255) = 42.31%

R = 39.07%
G = 18.62%
B = 42.31%

CMYK

 C value IS 0.08

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C15CD1 (or 0xC15CD1) is known color: Medium Orchid. HEX triplet: C1, 5C and D1. RGB value is (193,92,209). Sum of RGB (Red+Green+Blue) = 193+92+209=494 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.07% from 494); Green value is 92 (36.33% from 255 or 18.62% from 494); Blue value is 209 (82.03% from 255 or 42.31% from 494); Max value from RGB is 209 - color contains mainly: blue. Hex color #C15CD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15CD1 is #3EA32E. Grayscale: #878787. Windows color (decimal): -4105007 or 13720769. OLE color: 13720769.

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

Color convert

RGB 193 92 209 -
CMYK 0.08 0.56 0 0.18
HSL 291.79º 0.56% 0.59% -
HSV(B) 291.79º 0.56% 0.82% -
XYZ 37.33 23.6 62.91 -
YUV 135.54 169.46 168.99 -
System Red Green Blue C M Y K H S L
Decimal 193 92 209 0.08 0.56 0 0.18 291.79 0.56 0.59
Hex C1 5C D1 8 38 0 12 124 38 3B
Octal 301 134 321 10 70 0 22 444 70 73
Binary 11000001 1011100 11010001 1000 111000 0 10010 100100100 111000 111011

Color Harmonies of #C15CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15CD1

Black with #C15CD1

Text Example


Text Example

White with #C15CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15CD1; }

 p { color: rgb(193,92,209); }

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

background-color css

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

 a { background-color: rgb(193,92,209); }

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

border-color css

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

 span { border-color: rgb(193,92,209); }

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