Html Css Color HEX #C248EE Medium Orchid

📋 copy color: '#C248EE'

red 194 ◦ green 72 ◦ blue 238

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

Shades of Medium Orchid #C248EE

Tints of Medium Orchid #C248EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.22%

R = 38.49%
G = 14.29%
B = 47.22%

CMYK

 C value IS 0.18

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C248EE (or 0xC248EE) is known color: Medium Orchid. HEX triplet: C2, 48 and EE. RGB value is (194,72,238). Sum of RGB (Red+Green+Blue) = 194+72+238=504 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.49% from 504); Green value is 72 (28.52% from 255 or 14.29% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #C248EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C248EE is #3DB711. Grayscale: #7E7E7E. Windows color (decimal): -4044562 or 15616194. OLE color: 15616194.

HSL color Cylindrical-coordinate representation of color #C248EE: hue angle of 284.1º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C248EE is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 72 238 -
CMYK 0.18 0.70 0 0.07
HSL 284.1º 0.83% 0.61% -
HSV(B) 284.1º 0.7% 0.93% -
XYZ 40 22.28 83.08 -
YUV 127.4 190.42 175.5 -
System Red Green Blue C M Y K H S L
Decimal 194 72 238 0.18 0.70 0 0.07 284.1 0.83 0.61
Hex C2 48 EE 12 46 0 7 11C 53 3D
Octal 302 110 356 22 106 0 7 434 123 75
Binary 11000010 1001000 11101110 10010 1000110 0 111 100011100 1010011 111101

Color Harmonies of #C248EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C248EE

Black with #C248EE

Text Example


Text Example

White with #C248EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C248EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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