Html Css Color HEX #CC48DC Medium Orchid

📋 copy color: '#CC48DC'

red 204 ◦ green 72 ◦ blue 220

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

Shades of Medium Orchid #CC48DC

Tints of Medium Orchid #CC48DC

RGB

 RED value IS 204 (80.08% from 255) = 41.13%

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

 BLUE value IS 220 (86.33% from 255) = 44.35%

R = 41.13%
G = 14.52%
B = 44.35%

CMYK

 C value IS 0.07

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC48DC (or 0xCC48DC) is known color: Medium Orchid. HEX triplet: CC, 48 and DC. RGB value is (204,72,220). Sum of RGB (Red+Green+Blue) = 204+72+220=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 72 (28.52% from 255 or 14.52% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC48DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC48DC is #33B723. Grayscale: #7F7F7F. Windows color (decimal): -3389220 or 14436556. OLE color: 14436556.

HSL color Cylindrical-coordinate representation of color #CC48DC: hue angle of 293.51º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC48DC is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 72 220 -
CMYK 0.07 0.67 0 0.14
HSL 293.51º 0.68% 0.57% -
HSV(B) 293.51º 0.67% 0.86% -
XYZ 40.14 22.64 69.96 -
YUV 128.34 179.73 181.97 -
System Red Green Blue C M Y K H S L
Decimal 204 72 220 0.07 0.67 0 0.14 293.51 0.68 0.57
Hex CC 48 DC 7 43 0 E 126 44 39
Octal 314 110 334 7 103 0 16 446 104 71
Binary 11001100 1001000 11011100 111 1000011 0 1110 100100110 1000100 111001

Color Harmonies of #CC48DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC48DC

Black with #CC48DC

Text Example


Text Example

White with #CC48DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC48DC; }

 p { color: rgb(204,72,220); }

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

background-color css

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

 a { background-color: rgb(204,72,220); }

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

border-color css

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

 span { border-color: rgb(204,72,220); }

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