#CB3FE5

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

Shades of Medium Orchid #CB3FE5

Tints of Medium Orchid #CB3FE5

Color information

#CB3FE5 (or 0xCB3FE5) is unknown color: approx Medium Orchid. HEX triplet: CB, 3F and E5. RGB value is (203,63,229). Sum of RGB (Red+Green+Blue) = 203+63+229=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 63 (25% from 255 or 12.73% from 495); Blue value is 229 (89.84% from 255 or 46.26% from 495); Max value from RGB is 229 - color contains mainly: blue. Hex color #CB3FE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3FE5 is #34C01A. Grayscale: #7B7B7B. Windows color (decimal): -3457051 or 15024075. OLE color: 15024075.

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

Color convert

RGB20363229-
CMYK0.110.7200.10
HSL290.6º76.15%57.25%-
HSV(B)290.6º72.49%89.8%-
XYZ40.5521.9176.22-
YUV123.78187.38184.5-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.01%
GREEN value IS 63 (25% from 255) = 12.73%
BLUE value IS 229 (89.84% from 255) = 46.26%
R=41.01%
G=12.73%
B=46.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal203632290.110.7200.10290.676.1557.25
HexCB3FE5B480A1234c39
Octal313773451311001244311471
Binary110010111111111110010110111001000010101001000111001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3FE5; }

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

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

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

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

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

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

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

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