#CC5BD5

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

Shades of Medium Orchid #CC5BD5

Tints of Medium Orchid #CC5BD5

Color information

#CC5BD5 (or 0xCC5BD5) is unknown color: approx Medium Orchid. HEX triplet: CC, 5B and D5. RGB value is (204,91,213). Sum of RGB (Red+Green+Blue) = 204+91+213=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 91 (35.94% from 255 or 17.91% from 508); Blue value is 213 (83.59% from 255 or 41.93% from 508); Max value from RGB is 213 - color contains mainly: blue. Hex color #CC5BD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5BD5 is #33A42A. Grayscale: #8A8A8A. Windows color (decimal): -3384363 or 13982668. OLE color: 13982668.

HSL color Cylindrical-coordinate representation of color #CC5BD5: hue angle of 295.57º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC5BD5 is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20491213-
CMYK0.040.5700.16
HSL295.57º59.22%59.61%-
HSV(B)295.57º57.28%83.53%-
XYZ40.6525.1265.66-
YUV138.7169.94174.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.16%
GREEN value IS 91 (35.94% from 255) = 17.91%
BLUE value IS 213 (83.59% from 255) = 41.93%
R=40.16%
G=17.91%
B=41.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal204912130.040.5700.16295.5759.2259.61
HexCC5BD54390101283b3c
Octal3141333254710204507374
Binary11001100101101111010101100111001010000100101000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5BD5; }

 p { color: rgb(204,91,213); }

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

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

 a { background-color: rgb(204,91,213); }

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

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

 span { border-color: rgb(204,91,213); }

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