Html Css Color HEX #CC44D6 Medium Orchid

📋 copy color: '#CC44D6'

red 204 ◦ green 68 ◦ blue 214

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

Shades of Medium Orchid #CC44D6

Tints of Medium Orchid #CC44D6

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.99%

 BLUE value IS 214 (83.98% from 255) = 44.03%

R = 41.98%
G = 13.99%
B = 44.03%

CMYK

 C value IS 0.05

 M value IS 0.68

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CC44D6 (or 0xCC44D6) is known color: Medium Orchid. HEX triplet: CC, 44 and D6. RGB value is (204,68,214). Sum of RGB (Red+Green+Blue) = 204+68+214=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 68 (26.95% from 255 or 13.99% from 486); Blue value is 214 (83.98% from 255 or 44.03% from 486); Max value from RGB is 214 - color contains mainly: blue. Hex color #CC44D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC44D6 is #33BB29. Grayscale: #7C7C7C. Windows color (decimal): -3390250 or 14042316. OLE color: 14042316.

HSL color Cylindrical-coordinate representation of color #CC44D6: hue angle of 295.89º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC44D6 is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 68 214 -
CMYK 0.05 0.68 0 0.16
HSL 295.89º 0.64% 0.55% -
HSV(B) 295.89º 0.68% 0.84% -
XYZ 39.11 21.83 65.77 -
YUV 125.31 178.06 184.13 -
System Red Green Blue C M Y K H S L
Decimal 204 68 214 0.05 0.68 0 0.16 295.89 0.64 0.55
Hex CC 44 D6 5 44 0 10 128 40 37
Octal 314 104 326 5 104 0 20 450 100 67
Binary 11001100 1000100 11010110 101 1000100 0 10000 100101000 1000000 110111

Color Harmonies of #CC44D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC44D6

Black with #CC44D6

Text Example


Text Example

White with #CC44D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC44D6; }

 p { color: rgb(204,68,214); }

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

background-color css

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

 a { background-color: rgb(204,68,214); }

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

border-color css

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

 span { border-color: rgb(204,68,214); }

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