Html Css Color HEX #C15CEC Medium Orchid

📋 copy color: '#C15CEC'

red 193 ◦ green 92 ◦ blue 236

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

Shades of Medium Orchid #C15CEC

Tints of Medium Orchid #C15CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.3%

R = 37.04%
G = 17.66%
B = 45.3%

CMYK

 C value IS 0.18

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C15CEC (or 0xC15CEC) is known color: Medium Orchid. HEX triplet: C1, 5C and EC. RGB value is (193,92,236). Sum of RGB (Red+Green+Blue) = 193+92+236=521 (69% of max value = 765). Red value is 193 (75.78% from 255 or 37.04% from 521); Green value is 92 (36.33% from 255 or 17.66% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #C15CEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C15CEC is #3EA313. Grayscale: #8A8A8A. Windows color (decimal): -4104980 or 15490241. OLE color: 15490241.

HSL color Cylindrical-coordinate representation of color #C15CEC: hue angle of 282.08º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C15CEC is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 92 236 -
CMYK 0.18 0.61 0 0.07
HSL 282.08º 0.79% 0.64% -
HSV(B) 282.08º 0.61% 0.93% -
XYZ 40.96 25.05 82.03 -
YUV 138.62 182.96 166.79 -
System Red Green Blue C M Y K H S L
Decimal 193 92 236 0.18 0.61 0 0.07 282.08 0.79 0.64
Hex C1 5C EC 12 3D 0 7 11A 4F 40
Octal 301 134 354 22 75 0 7 432 117 100
Binary 11000001 1011100 11101100 10010 111101 0 111 100011010 1001111 1000000

Color Harmonies of #C15CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15CEC

Black with #C15CEC

Text Example


Text Example

White with #C15CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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