Html Css Color HEX #CC40DD Medium Orchid

📋 copy color: '#CC40DD'

red 204 ◦ green 64 ◦ blue 221

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

Shades of Medium Orchid #CC40DD

Tints of Medium Orchid #CC40DD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.09%

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

R = 41.72%
G = 13.09%
B = 45.19%

CMYK

 C value IS 0.08

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC40DD (or 0xCC40DD) is known color: Medium Orchid. HEX triplet: CC, 40 and DD. RGB value is (204,64,221). Sum of RGB (Red+Green+Blue) = 204+64+221=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 64 (25.39% from 255 or 13.09% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC40DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC40DD is #33BF22. Grayscale: #7B7B7B. Windows color (decimal): -3391267 or 14500044. OLE color: 14500044.

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

Color convert

RGB 204 64 221 -
CMYK 0.08 0.71 0 0.13
HSL 293.5º 0.7% 0.56% -
HSV(B) 293.5º 0.71% 0.87% -
XYZ 39.79 21.72 70.5 -
YUV 123.76 182.88 185.23 -
System Red Green Blue C M Y K H S L
Decimal 204 64 221 0.08 0.71 0 0.13 293.5 0.7 0.56
Hex CC 40 DD 8 47 0 D 126 46 38
Octal 314 100 335 10 107 0 15 446 106 70
Binary 11001100 1000000 11011101 1000 1000111 0 1101 100100110 1000110 111000

Color Harmonies of #CC40DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC40DD

Black with #CC40DD

Text Example


Text Example

White with #CC40DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC40DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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