Html Css Color HEX #CC48D6 Medium Orchid

📋 copy color: '#CC48D6'

red 204 ◦ green 72 ◦ blue 214

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

Shades of Medium Orchid #CC48D6

Tints of Medium Orchid #CC48D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 43.67%

R = 41.63%
G = 14.69%
B = 43.67%

CMYK

 C value IS 0.05

 M value IS 0.66

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CC48D6 (or 0xCC48D6) is known color: Medium Orchid. HEX triplet: CC, 48 and D6. RGB value is (204,72,214). Sum of RGB (Red+Green+Blue) = 204+72+214=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 72 (28.52% from 255 or 14.69% from 490); Blue value is 214 (83.98% from 255 or 43.67% from 490); Max value from RGB is 214 - color contains mainly: blue. Hex color #CC48D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC48D6 is #33B729. Grayscale: #7F7F7F. Windows color (decimal): -3389226 or 14043340. OLE color: 14043340.

HSL color Cylindrical-coordinate representation of color #CC48D6: hue angle of 295.77º 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 #CC48D6 is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 72 214 -
CMYK 0.05 0.66 0 0.16
HSL 295.77º 0.63% 0.56% -
HSV(B) 295.77º 0.66% 0.84% -
XYZ 39.36 22.33 65.85 -
YUV 127.66 176.73 182.45 -
System Red Green Blue C M Y K H S L
Decimal 204 72 214 0.05 0.66 0 0.16 295.77 0.63 0.56
Hex CC 48 D6 5 42 0 10 128 3F 38
Octal 314 110 326 5 102 0 20 450 77 70
Binary 11001100 1001000 11010110 101 1000010 0 10000 100101000 111111 111000

Color Harmonies of #CC48D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC48D6

Black with #CC48D6

Text Example


Text Example

White with #CC48D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC48D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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