Html Css Color HEX #C152EC Medium Orchid

📋 copy color: '#C152EC'

red 193 ◦ green 82 ◦ blue 236

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

Shades of Medium Orchid #C152EC

Tints of Medium Orchid #C152EC

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.05%

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

R = 37.77%
G = 16.05%
B = 46.18%

CMYK

 C value IS 0.18

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C152EC (or 0xC152EC) is known color: Medium Orchid. HEX triplet: C1, 52 and EC. RGB value is (193,82,236). Sum of RGB (Red+Green+Blue) = 193+82+236=511 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.77% from 511); Green value is 82 (32.42% from 255 or 16.05% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #C152EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C152EC is #3EAD13. Grayscale: #848484. Windows color (decimal): -4107540 or 15487681. OLE color: 15487681.

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

Color convert

RGB 193 82 236 -
CMYK 0.18 0.65 0 0.07
HSL 283.25º 0.8% 0.62% -
HSV(B) 283.25º 0.65% 0.93% -
XYZ 40.15 23.43 81.76 -
YUV 132.75 186.27 170.98 -
System Red Green Blue C M Y K H S L
Decimal 193 82 236 0.18 0.65 0 0.07 283.25 0.8 0.62
Hex C1 52 EC 12 41 0 7 11B 50 3E
Octal 301 122 354 22 101 0 7 433 120 76
Binary 11000001 1010010 11101100 10010 1000001 0 111 100011011 1010000 111110

Color Harmonies of #C152EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C152EC

Black with #C152EC

Text Example


Text Example

White with #C152EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C152EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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