Html Css Color HEX #C151EE Medium Orchid

📋 copy color: '#C151EE'

red 193 ◦ green 81 ◦ blue 238

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

Shades of Medium Orchid #C151EE

Tints of Medium Orchid #C151EE

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.82%

 BLUE value IS 238 (93.36% from 255) = 46.48%

R = 37.7%
G = 15.82%
B = 46.48%

CMYK

 C value IS 0.19

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C151EE (or 0xC151EE) is known color: Medium Orchid. HEX triplet: C1, 51 and EE. RGB value is (193,81,238). Sum of RGB (Red+Green+Blue) = 193+81+238=512 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.70% from 512); Green value is 81 (32.03% from 255 or 15.82% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #C151EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C151EE is #3EAE11. Grayscale: #838383. Windows color (decimal): -4107794 or 15618497. OLE color: 15618497.

HSL color Cylindrical-coordinate representation of color #C151EE: hue angle of 282.8º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C151EE is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 81 238 -
CMYK 0.19 0.66 0 0.07
HSL 282.8º 0.82% 0.63% -
HSV(B) 282.8º 0.66% 0.93% -
XYZ 40.37 23.4 83.28 -
YUV 132.39 187.61 171.23 -
System Red Green Blue C M Y K H S L
Decimal 193 81 238 0.19 0.66 0 0.07 282.8 0.82 0.63
Hex C1 51 EE 13 42 0 7 11B 52 3F
Octal 301 121 356 23 102 0 7 433 122 77
Binary 11000001 1010001 11101110 10011 1000010 0 111 100011011 1010010 111111

Color Harmonies of #C151EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C151EE

Black with #C151EE

Text Example


Text Example

White with #C151EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C151EE; }

 p { color: rgb(193,81,238); }

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

background-color css

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

 a { background-color: rgb(193,81,238); }

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

border-color css

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

 span { border-color: rgb(193,81,238); }

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