Html Css Color HEX #C152EA Medium Orchid

📋 copy color: '#C152EA'

red 193 ◦ green 82 ◦ blue 234

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

Shades of Medium Orchid #C152EA

Tints of Medium Orchid #C152EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.97%

R = 37.92%
G = 16.11%
B = 45.97%

CMYK

 C value IS 0.18

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C152EA (or 0xC152EA) is known color: Medium Orchid. HEX triplet: C1, 52 and EA. RGB value is (193,82,234). Sum of RGB (Red+Green+Blue) = 193+82+234=509 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.92% from 509); Green value is 82 (32.42% from 255 or 16.11% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 234 - color contains mainly: blue. Hex color #C152EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C152EA is #3EAD15. Grayscale: #848484. Windows color (decimal): -4107542 or 15356609. OLE color: 15356609.

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

Color convert

RGB 193 82 234 -
CMYK 0.18 0.65 0 0.08
HSL 283.82º 0.78% 0.62% -
HSV(B) 283.82º 0.65% 0.92% -
XYZ 39.86 23.31 80.24 -
YUV 132.52 185.27 171.14 -
System Red Green Blue C M Y K H S L
Decimal 193 82 234 0.18 0.65 0 0.08 283.82 0.78 0.62
Hex C1 52 EA 12 41 0 8 11C 4E 3E
Octal 301 122 352 22 101 0 10 434 116 76
Binary 11000001 1010010 11101010 10010 1000001 0 1000 100011100 1001110 111110

Color Harmonies of #C152EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C152EA

Black with #C152EA

Text Example


Text Example

White with #C152EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C152EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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