#CB40EA

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

Shades of Medium Orchid #CB40EA

Tints of Medium Orchid #CB40EA

Color information

#CB40EA (or 0xCB40EA) is unknown color: approx Medium Orchid. HEX triplet: CB, 40 and EA. RGB value is (203,64,234). Sum of RGB (Red+Green+Blue) = 203+64+234=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 64 (25.39% from 255 or 12.77% from 501); Blue value is 234 (91.80% from 255 or 46.71% from 501); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB40EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB40EA is #34BF15. Grayscale: #7C7C7C. Windows color (decimal): -3456790 or 15352011. OLE color: 15352011.

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

Color convert

RGB20364234-
CMYK0.130.7300.08
HSL289.06º80.19%58.43%-
HSV(B)289.06º72.65%91.76%-
XYZ41.3122.379.97-
YUV124.94189.55183.68-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.52%
GREEN value IS 64 (25.39% from 255) = 12.77%
BLUE value IS 234 (91.80% from 255) = 46.71%
R=40.52%
G=12.77%
B=46.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal203642340.130.7300.08289.0680.1958.43
HexCB40EAD4908121503a
Octal3131003521511101044112072
Binary1100101110000001110101011011001001010001001000011010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB40EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB40EA; }

 p { color: rgb(203,64,234); }

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

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

 a { background-color: rgb(203,64,234); }

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

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

 span { border-color: rgb(203,64,234); }

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