Html Css Color HEX #CC4EDC Medium Orchid

📋 copy color: '#CC4EDC'

red 204 ◦ green 78 ◦ blue 220

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

Shades of Medium Orchid #CC4EDC

Tints of Medium Orchid #CC4EDC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.54%

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

R = 40.64%
G = 15.54%
B = 43.82%

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

#CC4EDC (or 0xCC4EDC) is known color: Medium Orchid. HEX triplet: CC, 4E and DC. RGB value is (204,78,220). Sum of RGB (Red+Green+Blue) = 204+78+220=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 78 (30.86% from 255 or 15.54% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC4EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4EDC is #33B123. Grayscale: #838383. Windows color (decimal): -3387684 or 14438092. OLE color: 14438092.

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

Color convert

RGB 204 78 220 -
CMYK 0.07 0.65 0 0.14
HSL 293.24º 0.67% 0.58% -
HSV(B) 293.24º 0.65% 0.86% -
XYZ 40.54 23.45 70.1 -
YUV 131.86 177.74 179.45 -
System Red Green Blue C M Y K H S L
Decimal 204 78 220 0.07 0.65 0 0.14 293.24 0.67 0.58
Hex CC 4E DC 7 41 0 E 125 43 3A
Octal 314 116 334 7 101 0 16 445 103 72
Binary 11001100 1001110 11011100 111 1000001 0 1110 100100101 1000011 111010

Color Harmonies of #CC4EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4EDC

Black with #CC4EDC

Text Example


Text Example

White with #CC4EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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