Html Css Color HEX #C248E7 Medium Orchid

📋 copy color: '#C248E7'

red 194 ◦ green 72 ◦ blue 231

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

Shades of Medium Orchid #C248E7

Tints of Medium Orchid #C248E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 46.48%

R = 39.03%
G = 14.49%
B = 46.48%

CMYK

 C value IS 0.16

 M value IS 0.69

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C248E7 (or 0xC248E7) is known color: Medium Orchid. HEX triplet: C2, 48 and E7. RGB value is (194,72,231). Sum of RGB (Red+Green+Blue) = 194+72+231=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 72 (28.52% from 255 or 14.49% from 497); Blue value is 231 (90.62% from 255 or 46.48% from 497); Max value from RGB is 231 - color contains mainly: blue. Hex color #C248E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C248E7 is #3DB718. Grayscale: #7E7E7E. Windows color (decimal): -4044569 or 15157442. OLE color: 15157442.

HSL color Cylindrical-coordinate representation of color #C248E7: hue angle of 286.04º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C248E7 is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 194 72 231 -
CMYK 0.16 0.69 0 0.09
HSL 286.04º 0.77% 0.59% -
HSV(B) 286.04º 0.69% 0.91% -
XYZ 38.99 21.87 77.77 -
YUV 126.6 186.92 176.07 -
System Red Green Blue C M Y K H S L
Decimal 194 72 231 0.16 0.69 0 0.09 286.04 0.77 0.59
Hex C2 48 E7 10 45 0 9 11E 4D 3B
Octal 302 110 347 20 105 0 11 436 115 73
Binary 11000010 1001000 11100111 10000 1000101 0 1001 100011110 1001101 111011

Color Harmonies of #C248E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C248E7

Black with #C248E7

Text Example


Text Example

White with #C248E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C248E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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