Html Css Color HEX #CC56ED Medium Orchid

📋 copy color: '#CC56ED'

red 204 ◦ green 86 ◦ blue 237

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

Shades of Medium Orchid #CC56ED

Tints of Medium Orchid #CC56ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.97%

R = 38.71%
G = 16.32%
B = 44.97%

CMYK

 C value IS 0.14

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC56ED (or 0xCC56ED) is known color: Medium Orchid. HEX triplet: CC, 56 and ED. RGB value is (204,86,237). Sum of RGB (Red+Green+Blue) = 204+86+237=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 86 (33.98% from 255 or 16.32% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC56ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC56ED is #33A912. Grayscale: #8A8A8A. Windows color (decimal): -3385619 or 15554252. OLE color: 15554252.

HSL color Cylindrical-coordinate representation of color #CC56ED: hue angle of 286.89º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC56ED is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 86 237 -
CMYK 0.14 0.64 0 0.07
HSL 286.89º 0.81% 0.63% -
HSV(B) 286.89º 0.64% 0.93% -
XYZ 43.52 25.61 82.77 -
YUV 138.5 183.59 174.72 -
System Red Green Blue C M Y K H S L
Decimal 204 86 237 0.14 0.64 0 0.07 286.89 0.81 0.63
Hex CC 56 ED E 40 0 7 11F 51 3F
Octal 314 126 355 16 100 0 7 437 121 77
Binary 11001100 1010110 11101101 1110 1000000 0 111 100011111 1010001 111111

Color Harmonies of #CC56ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC56ED

Black with #CC56ED

Text Example


Text Example

White with #CC56ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC56ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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