Html Css Color HEX #CC41DD Medium Orchid

📋 copy color: '#CC41DD'

red 204 ◦ green 65 ◦ blue 221

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

Shades of Medium Orchid #CC41DD

Tints of Medium Orchid #CC41DD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.27%

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

R = 41.63%
G = 13.27%
B = 45.1%

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

#CC41DD (or 0xCC41DD) is known color: Medium Orchid. HEX triplet: CC, 41 and DD. RGB value is (204,65,221). Sum of RGB (Red+Green+Blue) = 204+65+221=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 65 (25.78% from 255 or 13.27% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC41DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC41DD is #33BE22. Grayscale: #7B7B7B. Windows color (decimal): -3391011 or 14500300. OLE color: 14500300.

HSL color Cylindrical-coordinate representation of color #CC41DD: hue angle of 293.46º 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 #CC41DD is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 65 221 -
CMYK 0.08 0.71 0 0.13
HSL 293.46º 0.7% 0.56% -
HSV(B) 293.46º 0.71% 0.87% -
XYZ 39.84 21.84 70.52 -
YUV 124.35 182.55 184.82 -
System Red Green Blue C M Y K H S L
Decimal 204 65 221 0.08 0.71 0 0.13 293.46 0.7 0.56
Hex CC 41 DD 8 47 0 D 125 46 38
Octal 314 101 335 10 107 0 15 445 106 70
Binary 11001100 1000001 11011101 1000 1000111 0 1101 100100101 1000110 111000

Color Harmonies of #CC41DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC41DD

Black with #CC41DD

Text Example


Text Example

White with #CC41DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC41DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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