Html Css Color HEX #CC56E8 Medium Orchid

📋 copy color: '#CC56E8'

red 204 ◦ green 86 ◦ blue 232

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

Shades of Medium Orchid #CC56E8

Tints of Medium Orchid #CC56E8

RGB

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

 GREEN value IS 86 (33.98% from 255) = 16.48%

 BLUE value IS 232 (91.02% from 255) = 44.44%

R = 39.08%
G = 16.48%
B = 44.44%

CMYK

 C value IS 0.12

 M value IS 0.63

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CC56E8 (or 0xCC56E8) is known color: Medium Orchid. HEX triplet: CC, 56 and E8. RGB value is (204,86,232). Sum of RGB (Red+Green+Blue) = 204+86+232=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 86 (33.98% from 255 or 16.48% from 522); Blue value is 232 (91.02% from 255 or 44.44% from 522); Max value from RGB is 232 - color contains mainly: blue. Hex color #CC56E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC56E8 is #33A917. Grayscale: #898989. Windows color (decimal): -3385624 or 15226572. OLE color: 15226572.

HSL color Cylindrical-coordinate representation of color #CC56E8: hue angle of 288.49º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC56E8 is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 86 232 -
CMYK 0.12 0.63 0 0.09
HSL 288.49º 0.76% 0.62% -
HSV(B) 288.49º 0.63% 0.91% -
XYZ 42.8 25.32 78.98 -
YUV 137.93 181.09 175.13 -
System Red Green Blue C M Y K H S L
Decimal 204 86 232 0.12 0.63 0 0.09 288.49 0.76 0.62
Hex CC 56 E8 C 3F 0 9 120 4C 3E
Octal 314 126 350 14 77 0 11 440 114 76
Binary 11001100 1010110 11101000 1100 111111 0 1001 100100000 1001100 111110

Color Harmonies of #CC56E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC56E8

Black with #CC56E8

Text Example


Text Example

White with #CC56E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC56E8; }

 p { color: rgb(204,86,232); }

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

background-color css

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

 a { background-color: rgb(204,86,232); }

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

border-color css

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

 span { border-color: rgb(204,86,232); }

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