Html Css Color HEX #CC2CDD Medium Orchid

📋 copy color: '#CC2CDD'

red 204 ◦ green 44 ◦ blue 221

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

Shades of Medium Orchid #CC2CDD

Tints of Medium Orchid #CC2CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.12%

R = 43.5%
G = 9.38%
B = 47.12%

CMYK

 C value IS 0.08

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC2CDD (or 0xCC2CDD) is known color: Medium Orchid. HEX triplet: CC, 2C and DD. RGB value is (204,44,221). Sum of RGB (Red+Green+Blue) = 204+44+221=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 44 (17.58% from 255 or 9.38% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC2CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2CDD is #33D322. Grayscale: #6F6F6F. Windows color (decimal): -3396387 or 14494924. OLE color: 14494924.

HSL color Cylindrical-coordinate representation of color #CC2CDD: hue angle of 294.24º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC2CDD is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 44 221 -
CMYK 0.08 0.80 0 0.13
HSL 294.24º 0.72% 0.52% -
HSV(B) 294.24º 0.8% 0.87% -
XYZ 38.85 19.86 70.19 -
YUV 112.02 189.51 193.61 -
System Red Green Blue C M Y K H S L
Decimal 204 44 221 0.08 0.80 0 0.13 294.24 0.72 0.52
Hex CC 2C DD 8 50 0 D 126 48 34
Octal 314 54 335 10 120 0 15 446 110 64
Binary 11001100 101100 11011101 1000 1010000 0 1101 100100110 1001000 110100

Color Harmonies of #CC2CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2CDD

Black with #CC2CDD

Text Example


Text Example

White with #CC2CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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