Html Css Color HEX #C248FE Medium Orchid

📋 copy color: '#C248FE'

red 194 ◦ green 72 ◦ blue 254

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

Shades of Medium Orchid #C248FE

Tints of Medium Orchid #C248FE

RGB

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

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

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

R = 37.31%
G = 13.85%
B = 48.85%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C248FE (or 0xC248FE) is known color: Medium Orchid. HEX triplet: C2, 48 and FE. RGB value is (194,72,254). Sum of RGB (Red+Green+Blue) = 194+72+254=520 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.31% from 520); Green value is 72 (28.52% from 255 or 13.85% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #C248FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C248FE is #3DB701. Grayscale: #808080. Windows color (decimal): -4044546 or 16664770. OLE color: 16664770.

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

Color convert

RGB 194 72 254 -
CMYK 0.24 0.72 0 0.00
HSL 280.22º 0.99% 0.64% -
HSV(B) 280.22º 0.72% 1% -
XYZ 42.45 23.26 96.02 -
YUV 129.23 198.42 174.2 -
System Red Green Blue C M Y K H S L
Decimal 194 72 254 0.24 0.72 0 0.00 280.22 0.99 0.64
Hex C2 48 FE 18 48 0 0 118 63 40
Octal 302 110 376 30 110 0 0 430 143 100
Binary 11000010 1001000 11111110 11000 1001000 0 0 100011000 1100011 1000000

Color Harmonies of #C248FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C248FE

Black with #C248FE

Text Example


Text Example

White with #C248FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C248FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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