Html Css Color HEX #C048DD Medium Orchid

📋 copy color: '#C048DD'

red 192 ◦ green 72 ◦ blue 221

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

Shades of Medium Orchid #C048DD

Tints of Medium Orchid #C048DD

RGB

 RED value IS 192 (75.39% from 255) = 39.59%

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

 BLUE value IS 221 (86.72% from 255) = 45.57%

R = 39.59%
G = 14.85%
B = 45.57%

CMYK

 C value IS 0.13

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C048DD (or 0xC048DD) is known color: Medium Orchid. HEX triplet: C0, 48 and DD. RGB value is (192,72,221). Sum of RGB (Red+Green+Blue) = 192+72+221=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 72 (28.52% from 255 or 14.85% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #C048DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C048DD is #3FB722. Grayscale: #7C7C7C. Windows color (decimal): -4175651 or 14502080. OLE color: 14502080.

HSL color Cylindrical-coordinate representation of color #C048DD: hue angle of 288.32º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C048DD is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 72 221 -
CMYK 0.13 0.67 0 0.13
HSL 288.32º 0.69% 0.57% -
HSV(B) 288.32º 0.67% 0.87% -
XYZ 37.11 21.06 70.52 -
YUV 124.87 182.26 175.88 -
System Red Green Blue C M Y K H S L
Decimal 192 72 221 0.13 0.67 0 0.13 288.32 0.69 0.57
Hex C0 48 DD D 43 0 D 120 45 39
Octal 300 110 335 15 103 0 15 440 105 71
Binary 11000000 1001000 11011101 1101 1000011 0 1101 100100000 1000101 111001

Color Harmonies of #C048DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C048DD

Black with #C048DD

Text Example


Text Example

White with #C048DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C048DD; }

 p { color: rgb(192,72,221); }

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

background-color css

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

 a { background-color: rgb(192,72,221); }

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

border-color css

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

 span { border-color: rgb(192,72,221); }

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