#CB5BD4

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

Shades of Medium Orchid #CB5BD4

Tints of Medium Orchid #CB5BD4

Color information

#CB5BD4 (or 0xCB5BD4) is unknown color: approx Medium Orchid. HEX triplet: CB, 5B and D4. RGB value is (203,91,212). Sum of RGB (Red+Green+Blue) = 203+91+212=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 91 (35.94% from 255 or 17.98% from 506); Blue value is 212 (83.20% from 255 or 41.90% from 506); Max value from RGB is 212 - color contains mainly: blue. Hex color #CB5BD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5BD4 is #34A42B. Grayscale: #898989. Windows color (decimal): -3449900 or 13917131. OLE color: 13917131.

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

Color convert

RGB20391212-
CMYK0.040.5700.17
HSL295.54º58.45%59.41%-
HSV(B)295.54º57.08%83.14%-
XYZ40.2524.9364.98-
YUV138.28169.61174.16-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.12%
GREEN value IS 91 (35.94% from 255) = 17.98%
BLUE value IS 212 (83.20% from 255) = 41.90%
R=40.12%
G=17.98%
B=41.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal203912120.040.5700.17295.5458.4559.41
HexCB5BD44390111283a3b
Octal3131333244710214507273
Binary11001011101101111010100100111001010001100101000111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5BD4; }

 p { color: rgb(203,91,212); }

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

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

 a { background-color: rgb(203,91,212); }

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

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

 span { border-color: rgb(203,91,212); }

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