Html Css Color HEX #CC4ADD Medium Orchid

📋 copy color: '#CC4ADD'

red 204 ◦ green 74 ◦ blue 221

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

Shades of Medium Orchid #CC4ADD

Tints of Medium Orchid #CC4ADD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.83%

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

R = 40.88%
G = 14.83%
B = 44.29%

CMYK

 C value IS 0.08

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC4ADD (or 0xCC4ADD) is known color: Medium Orchid. HEX triplet: CC, 4A and DD. RGB value is (204,74,221). Sum of RGB (Red+Green+Blue) = 204+74+221=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 74 (29.30% from 255 or 14.83% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC4ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4ADD is #33B522. Grayscale: #818181. Windows color (decimal): -3388707 or 14502604. OLE color: 14502604.

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

Color convert

RGB 204 74 221 -
CMYK 0.08 0.67 0 0.13
HSL 293.06º 0.68% 0.58% -
HSV(B) 293.06º 0.67% 0.87% -
XYZ 40.4 22.96 70.71 -
YUV 129.63 179.57 181.05 -
System Red Green Blue C M Y K H S L
Decimal 204 74 221 0.08 0.67 0 0.13 293.06 0.68 0.58
Hex CC 4A DD 8 43 0 D 125 44 3A
Octal 314 112 335 10 103 0 15 445 104 72
Binary 11001100 1001010 11011101 1000 1000011 0 1101 100100101 1000100 111010

Color Harmonies of #CC4ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4ADD

Black with #CC4ADD

Text Example


Text Example

White with #CC4ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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