Html Css Color HEX #C152EB Medium Orchid

📋 copy color: '#C152EB'

red 193 ◦ green 82 ◦ blue 235

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

Shades of Medium Orchid #C152EB

Tints of Medium Orchid #C152EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.08%

R = 37.84%
G = 16.08%
B = 46.08%

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

#C152EB (or 0xC152EB) is known color: Medium Orchid. HEX triplet: C1, 52 and EB. RGB value is (193,82,235). Sum of RGB (Red+Green+Blue) = 193+82+235=510 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.84% from 510); Green value is 82 (32.42% from 255 or 16.08% from 510); Blue value is 235 (92.19% from 255 or 46.08% from 510); Max value from RGB is 235 - color contains mainly: blue. Hex color #C152EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C152EB is #3EAD14. Grayscale: #848484. Windows color (decimal): -4107541 or 15422145. OLE color: 15422145.

HSL color Cylindrical-coordinate representation of color #C152EB: hue angle of 283.53º degrees, saturation: 0.79, 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 #C152EB is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 82 235 -
CMYK 0.18 0.65 0 0.08
HSL 283.53º 0.79% 0.62% -
HSV(B) 283.53º 0.65% 0.92% -
XYZ 40.01 23.37 81 -
YUV 132.63 185.77 171.06 -
System Red Green Blue C M Y K H S L
Decimal 193 82 235 0.18 0.65 0 0.08 283.53 0.79 0.62
Hex C1 52 EB 12 41 0 8 11C 4F 3E
Octal 301 122 353 22 101 0 10 434 117 76
Binary 11000001 1010010 11101011 10010 1000001 0 1000 100011100 1001111 111110

Color Harmonies of #C152EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C152EB

Black with #C152EB

Text Example


Text Example

White with #C152EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C152EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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