Html Css Color HEX #C248EA Medium Orchid

📋 copy color: '#C248EA'

red 194 ◦ green 72 ◦ blue 234

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

Shades of Medium Orchid #C248EA

Tints of Medium Orchid #C248EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.8%

R = 38.8%
G = 14.4%
B = 46.8%

CMYK

 C value IS 0.17

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C248EA (or 0xC248EA) is known color: Medium Orchid. HEX triplet: C2, 48 and EA. RGB value is (194,72,234). Sum of RGB (Red+Green+Blue) = 194+72+234=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 72 (28.52% from 255 or 14.4% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #C248EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C248EA is #3DB715. Grayscale: #7E7E7E. Windows color (decimal): -4044566 or 15354050. OLE color: 15354050.

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

Color convert

RGB 194 72 234 -
CMYK 0.17 0.69 0 0.08
HSL 285.19º 0.79% 0.6% -
HSV(B) 285.19º 0.69% 0.92% -
XYZ 39.42 22.04 80.02 -
YUV 126.95 188.42 175.83 -
System Red Green Blue C M Y K H S L
Decimal 194 72 234 0.17 0.69 0 0.08 285.19 0.79 0.6
Hex C2 48 EA 11 45 0 8 11D 4F 3C
Octal 302 110 352 21 105 0 10 435 117 74
Binary 11000010 1001000 11101010 10001 1000101 0 1000 100011101 1001111 111100

Color Harmonies of #C248EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C248EA

Black with #C248EA

Text Example


Text Example

White with #C248EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C248EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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