Html Css Color HEX #CC2FDD Medium Orchid

📋 copy color: '#CC2FDD'

red 204 ◦ green 47 ◦ blue 221

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

Shades of Medium Orchid #CC2FDD

Tints of Medium Orchid #CC2FDD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.96%

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

R = 43.22%
G = 9.96%
B = 46.82%

CMYK

 C value IS 0.08

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC2FDD (or 0xCC2FDD) is known color: Medium Orchid. HEX triplet: CC, 2F and DD. RGB value is (204,47,221). Sum of RGB (Red+Green+Blue) = 204+47+221=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 47 (18.75% from 255 or 9.96% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC2FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2FDD is #33D022. Grayscale: #717171. Windows color (decimal): -3395619 or 14495692. OLE color: 14495692.

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

Color convert

RGB 204 47 221 -
CMYK 0.08 0.79 0 0.13
HSL 294.14º 0.72% 0.53% -
HSV(B) 294.14º 0.79% 0.87% -
XYZ 38.97 20.09 70.23 -
YUV 113.78 188.51 192.35 -
System Red Green Blue C M Y K H S L
Decimal 204 47 221 0.08 0.79 0 0.13 294.14 0.72 0.53
Hex CC 2F DD 8 4F 0 D 126 48 35
Octal 314 57 335 10 117 0 15 446 110 65
Binary 11001100 101111 11011101 1000 1001111 0 1101 100100110 1001000 110101

Color Harmonies of #CC2FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2FDD

Black with #CC2FDD

Text Example


Text Example

White with #CC2FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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