Html Css Color HEX #CC56EA Medium Orchid

📋 copy color: '#CC56EA'

red 204 ◦ green 86 ◦ blue 234

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

Shades of Medium Orchid #CC56EA

Tints of Medium Orchid #CC56EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.66%

R = 38.93%
G = 16.41%
B = 44.66%

CMYK

 C value IS 0.13

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC56EA (or 0xCC56EA) is known color: Medium Orchid. HEX triplet: CC, 56 and EA. RGB value is (204,86,234). Sum of RGB (Red+Green+Blue) = 204+86+234=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 86 (33.98% from 255 or 16.41% from 524); Blue value is 234 (91.80% from 255 or 44.66% from 524); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC56EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC56EA is #33A915. Grayscale: #898989. Windows color (decimal): -3385622 or 15357644. OLE color: 15357644.

HSL color Cylindrical-coordinate representation of color #CC56EA: hue angle of 287.84º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC56EA is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 86 234 -
CMYK 0.13 0.63 0 0.08
HSL 287.84º 0.78% 0.63% -
HSV(B) 287.84º 0.63% 0.92% -
XYZ 43.08 25.43 80.48 -
YUV 138.15 182.09 174.97 -
System Red Green Blue C M Y K H S L
Decimal 204 86 234 0.13 0.63 0 0.08 287.84 0.78 0.63
Hex CC 56 EA D 3F 0 8 120 4E 3F
Octal 314 126 352 15 77 0 10 440 116 77
Binary 11001100 1010110 11101010 1101 111111 0 1000 100100000 1001110 111111

Color Harmonies of #CC56EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC56EA

Black with #CC56EA

Text Example


Text Example

White with #CC56EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC56EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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