Html Css Color HEX #CC4CDD Medium Orchid

📋 copy color: '#CC4CDD'

red 204 ◦ green 76 ◦ blue 221

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

Shades of Medium Orchid #CC4CDD

Tints of Medium Orchid #CC4CDD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.17%

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

R = 40.72%
G = 15.17%
B = 44.11%

CMYK

 C value IS 0.08

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC4CDD (or 0xCC4CDD) is known color: Medium Orchid. HEX triplet: CC, 4C and DD. RGB value is (204,76,221). Sum of RGB (Red+Green+Blue) = 204+76+221=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 76 (30.08% from 255 or 15.17% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC4CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4CDD is #33B322. Grayscale: #828282. Windows color (decimal): -3388195 or 14503116. OLE color: 14503116.

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

Color convert

RGB 204 76 221 -
CMYK 0.08 0.66 0 0.13
HSL 292.97º 0.68% 0.58% -
HSV(B) 292.97º 0.66% 0.87% -
XYZ 40.54 23.23 70.75 -
YUV 130.8 178.91 180.21 -
System Red Green Blue C M Y K H S L
Decimal 204 76 221 0.08 0.66 0 0.13 292.97 0.68 0.58
Hex CC 4C DD 8 42 0 D 125 44 3A
Octal 314 114 335 10 102 0 15 445 104 72
Binary 11001100 1001100 11011101 1000 1000010 0 1101 100100101 1000100 111010

Color Harmonies of #CC4CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4CDD

Black with #CC4CDD

Text Example


Text Example

White with #CC4CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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