Html Css Color HEX #C248E9 Medium Orchid

📋 copy color: '#C248E9'

red 194 ◦ green 72 ◦ blue 233

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

Shades of Medium Orchid #C248E9

Tints of Medium Orchid #C248E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 46.69%

R = 38.88%
G = 14.43%
B = 46.69%

CMYK

 C value IS 0.17

 M value IS 0.69

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C248E9 (or 0xC248E9) is known color: Medium Orchid. HEX triplet: C2, 48 and E9. RGB value is (194,72,233). Sum of RGB (Red+Green+Blue) = 194+72+233=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 72 (28.52% from 255 or 14.43% from 499); Blue value is 233 (91.41% from 255 or 46.69% from 499); Max value from RGB is 233 - color contains mainly: blue. Hex color #C248E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C248E9 is #3DB716. Grayscale: #7E7E7E. Windows color (decimal): -4044567 or 15288514. OLE color: 15288514.

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

Color convert

RGB 194 72 233 -
CMYK 0.17 0.69 0 0.09
HSL 285.47º 0.79% 0.6% -
HSV(B) 285.47º 0.69% 0.91% -
XYZ 39.27 21.99 79.26 -
YUV 126.83 187.92 175.91 -
System Red Green Blue C M Y K H S L
Decimal 194 72 233 0.17 0.69 0 0.09 285.47 0.79 0.6
Hex C2 48 E9 11 45 0 9 11D 4F 3C
Octal 302 110 351 21 105 0 11 435 117 74
Binary 11000010 1001000 11101001 10001 1000101 0 1001 100011101 1001111 111100

Color Harmonies of #C248E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C248E9

Black with #C248E9

Text Example


Text Example

White with #C248E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C248E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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