Html Css Color HEX #C248FC Medium Orchid

📋 copy color: '#C248FC'

red 194 ◦ green 72 ◦ blue 252

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

Shades of Medium Orchid #C248FC

Tints of Medium Orchid #C248FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.65%

R = 37.45%
G = 13.9%
B = 48.65%

CMYK

 C value IS 0.23

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C248FC (or 0xC248FC) is known color: Medium Orchid. HEX triplet: C2, 48 and FC. RGB value is (194,72,252). Sum of RGB (Red+Green+Blue) = 194+72+252=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 72 (28.52% from 255 or 13.90% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #C248FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C248FC is #3DB703. Grayscale: #808080. Windows color (decimal): -4044548 or 16533698. OLE color: 16533698.

HSL color Cylindrical-coordinate representation of color #C248FC: hue angle of 280.67º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C248FC is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 194 72 252 -
CMYK 0.23 0.71 0 0.01
HSL 280.67º 0.97% 0.64% -
HSV(B) 280.67º 0.71% 0.99% -
XYZ 42.14 23.13 94.34 -
YUV 129 197.42 174.36 -
System Red Green Blue C M Y K H S L
Decimal 194 72 252 0.23 0.71 0 0.01 280.67 0.97 0.64
Hex C2 48 FC 17 47 0 1 119 61 40
Octal 302 110 374 27 107 0 1 431 141 100
Binary 11000010 1001000 11111100 10111 1000111 0 1 100011001 1100001 1000000

Color Harmonies of #C248FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C248FC

Black with #C248FC

Text Example


Text Example

White with #C248FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C248FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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