Html Css Color HEX #CC4DDC Medium Orchid

📋 copy color: '#CC4DDC'

red 204 ◦ green 77 ◦ blue 220

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

Shades of Medium Orchid #CC4DDC

Tints of Medium Orchid #CC4DDC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.37%

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

R = 40.72%
G = 15.37%
B = 43.91%

CMYK

 C value IS 0.07

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC4DDC (or 0xCC4DDC) is known color: Medium Orchid. HEX triplet: CC, 4D and DC. RGB value is (204,77,220). Sum of RGB (Red+Green+Blue) = 204+77+220=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 77 (30.47% from 255 or 15.37% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC4DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4DDC is #33B223. Grayscale: #828282. Windows color (decimal): -3387940 or 14437836. OLE color: 14437836.

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

Color convert

RGB 204 77 220 -
CMYK 0.07 0.65 0 0.14
HSL 293.29º 0.67% 0.58% -
HSV(B) 293.29º 0.65% 0.86% -
XYZ 40.47 23.31 70.08 -
YUV 131.28 178.08 179.87 -
System Red Green Blue C M Y K H S L
Decimal 204 77 220 0.07 0.65 0 0.14 293.29 0.67 0.58
Hex CC 4D DC 7 41 0 E 125 43 3A
Octal 314 115 334 7 101 0 16 445 103 72
Binary 11001100 1001101 11011100 111 1000001 0 1110 100100101 1000011 111010

Color Harmonies of #CC4DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4DDC

Black with #CC4DDC

Text Example


Text Example

White with #CC4DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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