Html Css Color HEX #CC2DDF Medium Orchid

📋 copy color: '#CC2DDF'

red 204 ◦ green 45 ◦ blue 223

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

Shades of Medium Orchid #CC2DDF

Tints of Medium Orchid #CC2DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.25%

R = 43.22%
G = 9.53%
B = 47.25%

CMYK

 C value IS 0.09

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC2DDF (or 0xCC2DDF) is known color: Medium Orchid. HEX triplet: CC, 2D and DF. RGB value is (204,45,223). Sum of RGB (Red+Green+Blue) = 204+45+223=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 45 (17.97% from 255 or 9.53% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC2DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2DDF is #33D220. Grayscale: #707070. Windows color (decimal): -3396129 or 14626252. OLE color: 14626252.

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

Color convert

RGB 204 45 223 -
CMYK 0.09 0.80 0 0.13
HSL 293.6º 0.74% 0.53% -
HSV(B) 293.6º 0.8% 0.87% -
XYZ 39.16 20.04 71.62 -
YUV 112.83 190.18 193.03 -
System Red Green Blue C M Y K H S L
Decimal 204 45 223 0.09 0.80 0 0.13 293.6 0.74 0.53
Hex CC 2D DF 9 50 0 D 126 4A 35
Octal 314 55 337 11 120 0 15 446 112 65
Binary 11001100 101101 11011111 1001 1010000 0 1101 100100110 1001010 110101

Color Harmonies of #CC2DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2DDF

Black with #CC2DDF

Text Example


Text Example

White with #CC2DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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