Html Css Color HEX #C152FE Medium Orchid

📋 copy color: '#C152FE'

red 193 ◦ green 82 ◦ blue 254

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

Shades of Medium Orchid #C152FE

Tints of Medium Orchid #C152FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.02%

R = 36.48%
G = 15.5%
B = 48.02%

CMYK

 C value IS 0.24

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C152FE (or 0xC152FE) is known color: Medium Orchid. HEX triplet: C1, 52 and FE. RGB value is (193,82,254). Sum of RGB (Red+Green+Blue) = 193+82+254=529 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.48% from 529); Green value is 82 (32.42% from 255 or 15.50% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #C152FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C152FE is #3EAD01. Grayscale: #868686. Windows color (decimal): -4107522 or 16667329. OLE color: 16667329.

HSL color Cylindrical-coordinate representation of color #C152FE: hue angle of 278.72º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C152FE is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 193 82 254 -
CMYK 0.24 0.68 0 0.00
HSL 278.72º 0.99% 0.66% -
HSV(B) 278.72º 0.68% 1% -
XYZ 42.9 24.53 96.24 -
YUV 134.8 195.27 169.51 -
System Red Green Blue C M Y K H S L
Decimal 193 82 254 0.24 0.68 0 0.00 278.72 0.99 0.66
Hex C1 52 FE 18 44 0 0 117 63 42
Octal 301 122 376 30 104 0 0 427 143 102
Binary 11000001 1010010 11111110 11000 1000100 0 0 100010111 1100011 1000010

Color Harmonies of #C152FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C152FE

Black with #C152FE

Text Example


Text Example

White with #C152FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C152FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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