Html Css Color HEX #CC2CDC Medium Orchid

📋 copy color: '#CC2CDC'

red 204 ◦ green 44 ◦ blue 220

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

Shades of Medium Orchid #CC2CDC

Tints of Medium Orchid #CC2CDC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.4%

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

R = 43.59%
G = 9.4%
B = 47.01%

CMYK

 C value IS 0.07

 M value IS 0.8

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC2CDC (or 0xCC2CDC) is known color: Medium Orchid. HEX triplet: CC, 2C and DC. RGB value is (204,44,220). Sum of RGB (Red+Green+Blue) = 204+44+220=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 44 (17.58% from 255 or 9.40% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC2CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2CDC is #33D323. Grayscale: #6F6F6F. Windows color (decimal): -3396388 or 14429388. OLE color: 14429388.

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

Color convert

RGB 204 44 220 -
CMYK 0.07 0.8 0 0.14
HSL 294.55º 0.72% 0.52% -
HSV(B) 294.55º 0.8% 0.86% -
XYZ 38.72 19.81 69.49 -
YUV 111.9 189.01 193.69 -
System Red Green Blue C M Y K H S L
Decimal 204 44 220 0.07 0.8 0 0.14 294.55 0.72 0.52
Hex CC 2C DC 7 50 0 E 127 48 34
Octal 314 54 334 7 120 0 16 447 110 64
Binary 11001100 101100 11011100 111 1010000 0 1110 100100111 1001000 110100

Color Harmonies of #CC2CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2CDC

Black with #CC2CDC

Text Example


Text Example

White with #CC2CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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