#CB39E5

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

Shades of Medium Orchid #CB39E5

Tints of Medium Orchid #CB39E5

Color information

#CB39E5 (or 0xCB39E5) is unknown color: approx Medium Orchid. HEX triplet: CB, 39 and E5. RGB value is (203,57,229). Sum of RGB (Red+Green+Blue) = 203+57+229=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 57 (22.66% from 255 or 11.66% from 489); Blue value is 229 (89.84% from 255 or 46.83% from 489); Max value from RGB is 229 - color contains mainly: blue. Hex color #CB39E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB39E5 is #34C61A. Grayscale: #777777. Windows color (decimal): -3458587 or 15022539. OLE color: 15022539.

HSL color Cylindrical-coordinate representation of color #CB39E5: hue angle of 290.93º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB39E5 is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB20357229-
CMYK0.110.7500.10
HSL290.93º76.79%56.08%-
HSV(B)290.93º75.11%89.8%-
XYZ40.2321.2876.12-
YUV120.26189.37187.01-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.51%
GREEN value IS 57 (22.66% from 255) = 11.66%
BLUE value IS 229 (89.84% from 255) = 46.83%
R=41.51%
G=11.66%
B=46.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal203572290.110.7500.10290.9376.7956.08
HexCB39E5B4B0A1234d38
Octal313713451311301244311570
Binary110010111110011110010110111001011010101001000111001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB39E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB39E5; }

 p { color: rgb(203,57,229); }

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

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

 a { background-color: rgb(203,57,229); }

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

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

 span { border-color: rgb(203,57,229); }

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