#C248D7

Color #C248D7 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C248D7

Tints of Medium Orchid #C248D7

Color information

#C248D7 (or 0xC248D7) is unknown color: approx Medium Orchid. HEX triplet: C2, 48 and D7. RGB value is (194,72,215). Sum of RGB (Red+Green+Blue) = 194+72+215=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 72 (28.52% from 255 or 14.97% from 481); Blue value is 215 (84.38% from 255 or 44.70% from 481); Max value from RGB is 215 - color contains mainly: blue. Hex color #C248D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C248D7 is #3DB728. Grayscale: #7C7C7C. Windows color (decimal): -4044585 or 14108866. OLE color: 14108866.

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

Color convert

RGB19472215-
CMYK0.100.6700.16
HSL291.19º64.13%56.27%-
HSV(B)291.19º66.51%84.31%-
XYZ36.8321.0166.4-
YUV124.78178.92177.37-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.33%
GREEN value IS 72 (28.52% from 255) = 14.97%
BLUE value IS 215 (84.38% from 255) = 44.70%
R=40.33%
G=14.97%
B=44.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal194722150.100.6700.16291.1964.1356.27
HexC248D7A430101234038
Octal3021103271210302044310070
Binary11000010100100011010111101010000110100001001000111000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C248D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C248D7; }

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

 H1.HeaderClassName
 {
   color: #C248D7;
 }
 .AnyTagClassName
 {
   color: #C248D7;
 }
</style>
background-color css

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

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

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

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

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

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