#CB40FF

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

Shades of Medium Orchid #CB40FF

Tints of Medium Orchid #CB40FF

Color information

#CB40FF (or 0xCB40FF) is unknown color: approx Medium Orchid. HEX triplet: CB, 40 and FF. RGB value is (203,64,255). Sum of RGB (Red+Green+Blue) = 203+64+255=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 64 (25.39% from 255 or 12.26% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB40FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB40FF is #34BF00. Grayscale: #7E7E7E. Windows color (decimal): -3456769 or 16728267. OLE color: 16728267.

HSL color Cylindrical-coordinate representation of color #CB40FF: hue angle of 283.66º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB40FF is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB20364255-
CMYK0.200.7500
HSL283.66º100%62.55%-
HSV(B)283.66º74.9%100%-
XYZ44.5123.5896.81-
YUV127.33200.05181.97-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.89%
GREEN value IS 64 (25.39% from 255) = 12.26%
BLUE value IS 255 (100% from 255) = 48.85%
R=38.89%
G=12.26%
B=48.85%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal203642550.200.7500283.6610062.55
HexCB40FF144B0011c643f
Octal313100377241130043414477
Binary11001011100000011111111101001001011001000111001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB40FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB40FF; }

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

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

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

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

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

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

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

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