Html Css Color HEX #C15CD3 Medium Orchid

📋 copy color: '#C15CD3'

red 193 ◦ green 92 ◦ blue 211

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

Shades of Medium Orchid #C15CD3

Tints of Medium Orchid #C15CD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 42.54%

R = 38.91%
G = 18.55%
B = 42.54%

CMYK

 C value IS 0.09

 M value IS 0.56

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C15CD3 (or 0xC15CD3) is known color: Medium Orchid. HEX triplet: C1, 5C and D3. RGB value is (193,92,211). Sum of RGB (Red+Green+Blue) = 193+92+211=496 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.91% from 496); Green value is 92 (36.33% from 255 or 18.55% from 496); Blue value is 211 (82.81% from 255 or 42.54% from 496); Max value from RGB is 211 - color contains mainly: blue. Hex color #C15CD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15CD3 is #3EA32C. Grayscale: #878787. Windows color (decimal): -4105005 or 13851841. OLE color: 13851841.

HSL color Cylindrical-coordinate representation of color #C15CD3: hue angle of 290.92º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C15CD3 is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 193 92 211 -
CMYK 0.09 0.56 0 0.17
HSL 290.92º 0.57% 0.59% -
HSV(B) 290.92º 0.56% 0.83% -
XYZ 37.58 23.69 64.22 -
YUV 135.77 170.46 168.82 -
System Red Green Blue C M Y K H S L
Decimal 193 92 211 0.09 0.56 0 0.17 290.92 0.57 0.59
Hex C1 5C D3 9 38 0 11 123 39 3B
Octal 301 134 323 11 70 0 21 443 71 73
Binary 11000001 1011100 11010011 1001 111000 0 10001 100100011 111001 111011

Color Harmonies of #C15CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15CD3

Black with #C15CD3

Text Example


Text Example

White with #C15CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15CD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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