Html Css Color HEX #C15CEB Medium Orchid

📋 copy color: '#C15CEB'

red 193 ◦ green 92 ◦ blue 235

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

Shades of Medium Orchid #C15CEB

Tints of Medium Orchid #C15CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.19%

R = 37.12%
G = 17.69%
B = 45.19%

CMYK

 C value IS 0.18

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C15CEB (or 0xC15CEB) is known color: Medium Orchid. HEX triplet: C1, 5C and EB. RGB value is (193,92,235). Sum of RGB (Red+Green+Blue) = 193+92+235=520 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.12% from 520); Green value is 92 (36.33% from 255 or 17.69% from 520); Blue value is 235 (92.19% from 255 or 45.19% from 520); Max value from RGB is 235 - color contains mainly: blue. Hex color #C15CEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C15CEB is #3EA314. Grayscale: #8A8A8A. Windows color (decimal): -4104981 or 15424705. OLE color: 15424705.

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

Color convert

RGB 193 92 235 -
CMYK 0.18 0.61 0 0.08
HSL 282.38º 0.78% 0.64% -
HSV(B) 282.38º 0.61% 0.92% -
XYZ 40.81 24.99 81.27 -
YUV 138.5 182.46 166.87 -
System Red Green Blue C M Y K H S L
Decimal 193 92 235 0.18 0.61 0 0.08 282.38 0.78 0.64
Hex C1 5C EB 12 3D 0 8 11A 4E 40
Octal 301 134 353 22 75 0 10 432 116 100
Binary 11000001 1011100 11101011 10010 111101 0 1000 100011010 1001110 1000000

Color Harmonies of #C15CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15CEB

Black with #C15CEB

Text Example


Text Example

White with #C15CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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