Html Css Color HEX #C248D5 Medium Orchid

📋 copy color: '#C248D5'

red 194 ◦ green 72 ◦ blue 213

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

Shades of Medium Orchid #C248D5

Tints of Medium Orchid #C248D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.47%

R = 40.5%
G = 15.03%
B = 44.47%

CMYK

 C value IS 0.09

 M value IS 0.66

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C248D5 (or 0xC248D5) is known color: Medium Orchid. HEX triplet: C2, 48 and D5. RGB value is (194,72,213). Sum of RGB (Red+Green+Blue) = 194+72+213=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 72 (28.52% from 255 or 15.03% from 479); Blue value is 213 (83.59% from 255 or 44.47% from 479); Max value from RGB is 213 - color contains mainly: blue. Hex color #C248D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C248D5 is #3DB72A. Grayscale: #7C7C7C. Windows color (decimal): -4044587 or 13977794. OLE color: 13977794.

HSL color Cylindrical-coordinate representation of color #C248D5: hue angle of 291.91º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C248D5 is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 72 213 -
CMYK 0.09 0.66 0 0.16
HSL 291.91º 0.63% 0.56% -
HSV(B) 291.91º 0.66% 0.84% -
XYZ 36.58 20.91 65.06 -
YUV 124.55 177.92 177.54 -
System Red Green Blue C M Y K H S L
Decimal 194 72 213 0.09 0.66 0 0.16 291.91 0.63 0.56
Hex C2 48 D5 9 42 0 10 124 3F 38
Octal 302 110 325 11 102 0 20 444 77 70
Binary 11000010 1001000 11010101 1001 1000010 0 10000 100100100 111111 111000

Color Harmonies of #C248D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C248D5

Black with #C248D5

Text Example


Text Example

White with #C248D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C248D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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