Html Css Color HEX #CC47DC Medium Orchid

📋 copy color: '#CC47DC'

red 204 ◦ green 71 ◦ blue 220

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

Shades of Medium Orchid #CC47DC

Tints of Medium Orchid #CC47DC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.34%

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

R = 41.21%
G = 14.34%
B = 44.44%

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

#CC47DC (or 0xCC47DC) is known color: Medium Orchid. HEX triplet: CC, 47 and DC. RGB value is (204,71,220). Sum of RGB (Red+Green+Blue) = 204+71+220=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 71 (28.12% from 255 or 14.34% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC47DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC47DC is #33B823. Grayscale: #7F7F7F. Windows color (decimal): -3389476 or 14436300. OLE color: 14436300.

HSL color Cylindrical-coordinate representation of color #CC47DC: hue angle of 293.56º 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 #CC47DC is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 71 220 -
CMYK 0.07 0.68 0 0.14
HSL 293.56º 0.68% 0.57% -
HSV(B) 293.56º 0.68% 0.86% -
XYZ 40.07 22.51 69.94 -
YUV 127.75 180.06 182.38 -
System Red Green Blue C M Y K H S L
Decimal 204 71 220 0.07 0.68 0 0.14 293.56 0.68 0.57
Hex CC 47 DC 7 44 0 E 126 44 39
Octal 314 107 334 7 104 0 16 446 104 71
Binary 11001100 1000111 11011100 111 1000100 0 1110 100100110 1000100 111001

Color Harmonies of #CC47DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC47DC

Black with #CC47DC

Text Example


Text Example

White with #CC47DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC47DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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