Html Css Color HEX #C15CEF Medium Orchid

📋 copy color: '#C15CEF'

red 193 ◦ green 92 ◦ blue 239

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

Shades of Medium Orchid #C15CEF

Tints of Medium Orchid #C15CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.61%

R = 36.83%
G = 17.56%
B = 45.61%

CMYK

 C value IS 0.19

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C15CEF (or 0xC15CEF) is known color: Medium Orchid. HEX triplet: C1, 5C and EF. RGB value is (193,92,239). Sum of RGB (Red+Green+Blue) = 193+92+239=524 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.83% from 524); Green value is 92 (36.33% from 255 or 17.56% from 524); Blue value is 239 (93.75% from 255 or 45.61% from 524); Max value from RGB is 239 - color contains mainly: blue. Hex color #C15CEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C15CEF is #3EA310. Grayscale: #8A8A8A. Windows color (decimal): -4104977 or 15686849. OLE color: 15686849.

HSL color Cylindrical-coordinate representation of color #C15CEF: hue angle of 281.22º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C15CEF is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 193 92 239 -
CMYK 0.19 0.62 0 0.06
HSL 281.22º 0.82% 0.65% -
HSV(B) 281.22º 0.62% 0.94% -
XYZ 41.4 25.22 84.35 -
YUV 138.96 184.46 166.55 -
System Red Green Blue C M Y K H S L
Decimal 193 92 239 0.19 0.62 0 0.06 281.22 0.82 0.65
Hex C1 5C EF 13 3E 0 6 119 52 41
Octal 301 134 357 23 76 0 6 431 122 101
Binary 11000001 1011100 11101111 10011 111110 0 110 100011001 1010010 1000001

Color Harmonies of #C15CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15CEF

Black with #C15CEF

Text Example


Text Example

White with #C15CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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