Html Css Color HEX #CC54DC Medium Orchid

📋 copy color: '#CC54DC'

red 204 ◦ green 84 ◦ blue 220

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

Shades of Medium Orchid #CC54DC

Tints of Medium Orchid #CC54DC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.54%

 BLUE value IS 220 (86.33% from 255) = 43.31%

R = 40.16%
G = 16.54%
B = 43.31%

CMYK

 C value IS 0.07

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC54DC (or 0xCC54DC) is known color: Medium Orchid. HEX triplet: CC, 54 and DC. RGB value is (204,84,220). Sum of RGB (Red+Green+Blue) = 204+84+220=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 84 (33.20% from 255 or 16.54% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC54DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC54DC is #33AB23. Grayscale: #868686. Windows color (decimal): -3386148 or 14439628. OLE color: 14439628.

HSL color Cylindrical-coordinate representation of color #CC54DC: hue angle of 292.94º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC54DC is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 84 220 -
CMYK 0.07 0.62 0 0.14
HSL 292.94º 0.66% 0.6% -
HSV(B) 292.94º 0.62% 0.86% -
XYZ 40.99 24.35 70.25 -
YUV 135.38 175.76 176.94 -
System Red Green Blue C M Y K H S L
Decimal 204 84 220 0.07 0.62 0 0.14 292.94 0.66 0.6
Hex CC 54 DC 7 3E 0 E 125 42 3C
Octal 314 124 334 7 76 0 16 445 102 74
Binary 11001100 1010100 11011100 111 111110 0 1110 100100101 1000010 111100

Color Harmonies of #CC54DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC54DC

Black with #CC54DC

Text Example


Text Example

White with #CC54DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC54DC; }

 p { color: rgb(204,84,220); }

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

background-color css

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

 a { background-color: rgb(204,84,220); }

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

border-color css

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

 span { border-color: rgb(204,84,220); }

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