#CB3FE1

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

Shades of Medium Orchid #CB3FE1

Tints of Medium Orchid #CB3FE1

Color information

#CB3FE1 (or 0xCB3FE1) is unknown color: approx Medium Orchid. HEX triplet: CB, 3F and E1. RGB value is (203,63,225). Sum of RGB (Red+Green+Blue) = 203+63+225=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 63 (25% from 255 or 12.83% from 491); Blue value is 225 (88.28% from 255 or 45.82% from 491); Max value from RGB is 225 - color contains mainly: blue. Hex color #CB3FE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3FE1 is #34C01E. Grayscale: #7A7A7A. Windows color (decimal): -3457055 or 14761931. OLE color: 14761931.

HSL color Cylindrical-coordinate representation of color #CB3FE1: hue angle of 291.85º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB3FE1 is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB20363225-
CMYK0.100.7200.12
HSL291.85º72.97%56.47%-
HSV(B)291.85º72%88.24%-
XYZ4021.6973.31-
YUV123.33185.38184.83-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.34%
GREEN value IS 63 (25% from 255) = 12.83%
BLUE value IS 225 (88.28% from 255) = 45.82%
R=41.34%
G=12.83%
B=45.82%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal203632250.100.7200.12291.8572.9756.47
HexCB3FE1A480C1244938
Octal313773411211001444411170
Binary110010111111111110000110101001000011001001001001001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3FE1; }

 p { color: rgb(203,63,225); }

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

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

 a { background-color: rgb(203,63,225); }

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

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

 span { border-color: rgb(203,63,225); }

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