#CB4BFB

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

Shades of Medium Orchid #CB4BFB

Tints of Medium Orchid #CB4BFB

Color information

#CB4BFB (or 0xCB4BFB) is unknown color: approx Medium Orchid. HEX triplet: CB, 4B and FB. RGB value is (203,75,251). Sum of RGB (Red+Green+Blue) = 203+75+251=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 75 (29.69% from 255 or 14.18% from 529); Blue value is 251 (98.44% from 255 or 47.45% from 529); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB4BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB4BFB is #34B404. Grayscale: #848484. Windows color (decimal): -3453957 or 16468939. OLE color: 16468939.

HSL color Cylindrical-coordinate representation of color #CB4BFB: hue angle of 283.64º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB4BFB is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB20375251-
CMYK0.190.7000.02
HSL283.64º95.65%63.92%-
HSV(B)283.64º70.12%98.43%-
XYZ44.5624.6993.68-
YUV133.34194.41177.69-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.37%
GREEN value IS 75 (29.69% from 255) = 14.18%
BLUE value IS 251 (98.44% from 255) = 47.45%
R=38.37%
G=14.18%
B=47.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal203752510.190.7000.02283.6495.6563.92
HexCB4BFB13460211c6040
Octal3131133732310602434140100
Binary1100101110010111111101110011100011001010001110011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4BFB; }

 p { color: rgb(203,75,251); }

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

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

 a { background-color: rgb(203,75,251); }

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

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

 span { border-color: rgb(203,75,251); }

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