Html Css Color HEX #CC54D8 Medium Orchid

📋 copy color: '#CC54D8'

red 204 ◦ green 84 ◦ blue 216

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

Shades of Medium Orchid #CC54D8

Tints of Medium Orchid #CC54D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 42.86%

R = 40.48%
G = 16.67%
B = 42.86%

CMYK

 C value IS 0.06

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC54D8 (or 0xCC54D8) is known color: Medium Orchid. HEX triplet: CC, 54 and D8. RGB value is (204,84,216). Sum of RGB (Red+Green+Blue) = 204+84+216=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 84 (33.20% from 255 or 16.67% from 504); Blue value is 216 (84.77% from 255 or 42.86% from 504); Max value from RGB is 216 - color contains mainly: blue. Hex color #CC54D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC54D8 is #33AB27. Grayscale: #868686. Windows color (decimal): -3386152 or 14177484. OLE color: 14177484.

HSL color Cylindrical-coordinate representation of color #CC54D8: hue angle of 294.55º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC54D8 is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 84 216 -
CMYK 0.06 0.61 0 0.15
HSL 294.55º 0.63% 0.59% -
HSV(B) 294.55º 0.61% 0.85% -
XYZ 40.47 24.14 67.49 -
YUV 134.93 173.76 177.27 -
System Red Green Blue C M Y K H S L
Decimal 204 84 216 0.06 0.61 0 0.15 294.55 0.63 0.59
Hex CC 54 D8 6 3D 0 F 127 3F 3B
Octal 314 124 330 6 75 0 17 447 77 73
Binary 11001100 1010100 11011000 110 111101 0 1111 100100111 111111 111011

Color Harmonies of #CC54D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC54D8

Black with #CC54D8

Text Example


Text Example

White with #CC54D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC54D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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