#CC5AEB

Color #CC5AEB Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #CC5AEB

Tints of Medium Orchid #CC5AEB

Color information

#CC5AEB (or 0xCC5AEB) is unknown color: approx Medium Orchid. HEX triplet: CC, 5A and EB. RGB value is (204,90,235). Sum of RGB (Red+Green+Blue) = 204+90+235=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 90 (35.55% from 255 or 17.01% from 529); Blue value is 235 (92.19% from 255 or 44.42% from 529); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC5AEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC5AEB is #33A514. Grayscale: #8C8C8C. Windows color (decimal): -3384597 or 15424204. OLE color: 15424204.

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

Color convert

RGB20490235-
CMYK0.130.6200.08
HSL287.17º78.38%63.73%-
HSV(B)287.17º61.7%92.16%-
XYZ43.5526.1581.35-
YUV140.62181.27173.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.56%
GREEN value IS 90 (35.55% from 255) = 17.01%
BLUE value IS 235 (92.19% from 255) = 44.42%
R=38.56%
G=17.01%
B=44.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal204902350.130.6200.08287.1778.3863.73
HexCC5AEBD3E0811f4e40
Octal3141323531576010437116100
Binary1100110010110101110101111011111100100010001111110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5AEB; }

 p { color: rgb(204,90,235); }

 H1.HeaderClassName
 {
   color: #CC5AEB;
 }
 .AnyTagClassName
 {
   color: #CC5AEB;
 }
</style>
background-color css

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

 a { background-color: rgb(204,90,235); }

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

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

 span { border-color: rgb(204,90,235); }

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