Html Css Color HEX #C15FEB Medium Orchid

📋 copy color: '#C15FEB'

red 193 ◦ green 95 ◦ blue 235

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

Shades of Medium Orchid #C15FEB

Tints of Medium Orchid #C15FEB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.16%

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

R = 36.9%
G = 18.16%
B = 44.93%

CMYK

 C value IS 0.18

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C15FEB (or 0xC15FEB) is known color: Medium Orchid. HEX triplet: C1, 5F and EB. RGB value is (193,95,235). Sum of RGB (Red+Green+Blue) = 193+95+235=523 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.90% from 523); Green value is 95 (37.5% from 255 or 18.16% from 523); Blue value is 235 (92.19% from 255 or 44.93% from 523); Max value from RGB is 235 - color contains mainly: blue. Hex color #C15FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C15FEB is #3EA014. Grayscale: #8B8B8B. Windows color (decimal): -4104213 or 15425473. OLE color: 15425473.

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

Color convert

RGB 193 95 235 -
CMYK 0.18 0.60 0 0.08
HSL 282º 0.78% 0.65% -
HSV(B) 282º 0.6% 0.92% -
XYZ 41.08 25.52 81.36 -
YUV 140.26 181.47 165.62 -
System Red Green Blue C M Y K H S L
Decimal 193 95 235 0.18 0.60 0 0.08 282 0.78 0.65
Hex C1 5F EB 12 3C 0 8 11A 4E 41
Octal 301 137 353 22 74 0 10 432 116 101
Binary 11000001 1011111 11101011 10010 111100 0 1000 100011010 1001110 1000001

Color Harmonies of #C15FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15FEB

Black with #C15FEB

Text Example


Text Example

White with #C15FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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