Html Css Color HEX #C248FF Medium Orchid

📋 copy color: '#C248FF'

red 194 ◦ green 72 ◦ blue 255

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

Shades of Medium Orchid #C248FF

Tints of Medium Orchid #C248FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.94%

R = 37.24%
G = 13.82%
B = 48.94%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C248FF (or 0xC248FF) is known color: Medium Orchid. HEX triplet: C2, 48 and FF. RGB value is (194,72,255). Sum of RGB (Red+Green+Blue) = 194+72+255=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 72 (28.52% from 255 or 13.82% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #C248FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C248FF is #3DB700. Grayscale: #808080. Windows color (decimal): -4044545 or 16730306. OLE color: 16730306.

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

Color convert

RGB 194 72 255 -
CMYK 0.24 0.72 0 0
HSL 280º 1% 0.64% -
HSV(B) 280º 0.72% 1% -
XYZ 42.62 23.32 96.86 -
YUV 129.34 198.92 174.12 -
System Red Green Blue C M Y K H S L
Decimal 194 72 255 0.24 0.72 0 0 280 1 0.64
Hex C2 48 FF 18 48 0 0 118 64 40
Octal 302 110 377 30 110 0 0 430 144 100
Binary 11000010 1001000 11111111 11000 1001000 0 0 100011000 1100100 1000000

Color Harmonies of #C248FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C248FF

Black with #C248FF

Text Example


Text Example

White with #C248FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C248FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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