Html Css Color HEX #CC2DDC Medium Orchid

📋 copy color: '#CC2DDC'

red 204 ◦ green 45 ◦ blue 220

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

Shades of Medium Orchid #CC2DDC

Tints of Medium Orchid #CC2DDC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.59%

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

R = 43.5%
G = 9.59%
B = 46.91%

CMYK

 C value IS 0.07

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC2DDC (or 0xCC2DDC) is known color: Medium Orchid. HEX triplet: CC, 2D and DC. RGB value is (204,45,220). Sum of RGB (Red+Green+Blue) = 204+45+220=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 45 (17.97% from 255 or 9.59% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC2DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2DDC is #33D223. Grayscale: #6F6F6F. Windows color (decimal): -3396132 or 14429644. OLE color: 14429644.

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

Color convert

RGB 204 45 220 -
CMYK 0.07 0.80 0 0.14
HSL 294.51º 0.71% 0.52% -
HSV(B) 294.51º 0.8% 0.86% -
XYZ 38.76 19.88 69.5 -
YUV 112.49 188.68 193.27 -
System Red Green Blue C M Y K H S L
Decimal 204 45 220 0.07 0.80 0 0.14 294.51 0.71 0.52
Hex CC 2D DC 7 50 0 E 127 47 34
Octal 314 55 334 7 120 0 16 447 107 64
Binary 11001100 101101 11011100 111 1010000 0 1110 100100111 1000111 110100

Color Harmonies of #CC2DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2DDC

Black with #CC2DDC

Text Example


Text Example

White with #CC2DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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