Html Css Color HEX #CC46DC Medium Orchid

📋 copy color: '#CC46DC'

red 204 ◦ green 70 ◦ blue 220

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

Shades of Medium Orchid #CC46DC

Tints of Medium Orchid #CC46DC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.17%

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

R = 41.3%
G = 14.17%
B = 44.53%

CMYK

 C value IS 0.07

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC46DC (or 0xCC46DC) is known color: Medium Orchid. HEX triplet: CC, 46 and DC. RGB value is (204,70,220). Sum of RGB (Red+Green+Blue) = 204+70+220=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 70 (27.73% from 255 or 14.17% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC46DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC46DC is #33B923. Grayscale: #7E7E7E. Windows color (decimal): -3389732 or 14436044. OLE color: 14436044.

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

Color convert

RGB 204 70 220 -
CMYK 0.07 0.68 0 0.14
HSL 293.6º 0.68% 0.57% -
HSV(B) 293.6º 0.68% 0.86% -
XYZ 40.01 22.38 69.92 -
YUV 127.17 180.39 182.8 -
System Red Green Blue C M Y K H S L
Decimal 204 70 220 0.07 0.68 0 0.14 293.6 0.68 0.57
Hex CC 46 DC 7 44 0 E 126 44 39
Octal 314 106 334 7 104 0 16 446 104 71
Binary 11001100 1000110 11011100 111 1000100 0 1110 100100110 1000100 111001

Color Harmonies of #CC46DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC46DC

Black with #CC46DC

Text Example


Text Example

White with #CC46DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC46DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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