Html Css Color HEX #C248EF Medium Orchid

📋 copy color: '#C248EF'

red 194 ◦ green 72 ◦ blue 239

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

Shades of Medium Orchid #C248EF

Tints of Medium Orchid #C248EF

RGB

 RED value IS 194 (76.17% from 255) = 38.42%

 GREEN value IS 72 (28.52% from 255) = 14.26%

 BLUE value IS 239 (93.75% from 255) = 47.33%

R = 38.42%
G = 14.26%
B = 47.33%

CMYK

 C value IS 0.19

 M value IS 0.70

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C248EF (or 0xC248EF) is known color: Medium Orchid. HEX triplet: C2, 48 and EF. RGB value is (194,72,239). Sum of RGB (Red+Green+Blue) = 194+72+239=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 72 (28.52% from 255 or 14.26% from 505); Blue value is 239 (93.75% from 255 or 47.33% from 505); Max value from RGB is 239 - color contains mainly: blue. Hex color #C248EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C248EF is #3DB710. Grayscale: #7E7E7E. Windows color (decimal): -4044561 or 15681730. OLE color: 15681730.

HSL color Cylindrical-coordinate representation of color #C248EF: hue angle of 283.83º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C248EF is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 72 239 -
CMYK 0.19 0.70 0 0.06
HSL 283.83º 0.84% 0.61% -
HSV(B) 283.83º 0.7% 0.94% -
XYZ 40.15 22.34 83.86 -
YUV 127.52 190.92 175.42 -
System Red Green Blue C M Y K H S L
Decimal 194 72 239 0.19 0.70 0 0.06 283.83 0.84 0.61
Hex C2 48 EF 13 46 0 6 11C 54 3D
Octal 302 110 357 23 106 0 6 434 124 75
Binary 11000010 1001000 11101111 10011 1000110 0 110 100011100 1010100 111101

Color Harmonies of #C248EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C248EF

Black with #C248EF

Text Example


Text Example

White with #C248EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C248EF; }

 p { color: rgb(194,72,239); }

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

background-color css

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

 a { background-color: rgb(194,72,239); }

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

border-color css

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

 span { border-color: rgb(194,72,239); }

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