Html Css Color HEX #C152ED Medium Orchid

📋 copy color: '#C152ED'

red 193 ◦ green 82 ◦ blue 237

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

Shades of Medium Orchid #C152ED

Tints of Medium Orchid #C152ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.29%

R = 37.7%
G = 16.02%
B = 46.29%

CMYK

 C value IS 0.19

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C152ED (or 0xC152ED) is known color: Medium Orchid. HEX triplet: C1, 52 and ED. RGB value is (193,82,237). Sum of RGB (Red+Green+Blue) = 193+82+237=512 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.70% from 512); Green value is 82 (32.42% from 255 or 16.02% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 237 - color contains mainly: blue. Hex color #C152ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C152ED is #3EAD12. Grayscale: #848484. Windows color (decimal): -4107539 or 15553217. OLE color: 15553217.

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

Color convert

RGB 193 82 237 -
CMYK 0.19 0.65 0 0.07
HSL 282.97º 0.81% 0.63% -
HSV(B) 282.97º 0.65% 0.93% -
XYZ 40.3 23.49 82.53 -
YUV 132.86 186.77 170.9 -
System Red Green Blue C M Y K H S L
Decimal 193 82 237 0.19 0.65 0 0.07 282.97 0.81 0.63
Hex C1 52 ED 13 41 0 7 11B 51 3F
Octal 301 122 355 23 101 0 7 433 121 77
Binary 11000001 1010010 11101101 10011 1000001 0 111 100011011 1010001 111111

Color Harmonies of #C152ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C152ED

Black with #C152ED

Text Example


Text Example

White with #C152ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C152ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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