#CB2DEB

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

Shades of Medium Orchid #CB2DEB

Tints of Medium Orchid #CB2DEB

Color information

#CB2DEB (or 0xCB2DEB) is unknown color: approx Medium Orchid. HEX triplet: CB, 2D and EB. RGB value is (203,45,235). Sum of RGB (Red+Green+Blue) = 203+45+235=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 45 (17.97% from 255 or 9.32% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #CB2DEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB2DEB is #34D214. Grayscale: #717171. Windows color (decimal): -3461653 or 15412683. OLE color: 15412683.

HSL color Cylindrical-coordinate representation of color #CB2DEB: hue angle of 289.89º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB2DEB is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB20345235-
CMYK0.140.8100.08
HSL289.89º82.61%54.9%-
HSV(B)289.89º80.85%92.16%-
XYZ40.5620.5780.43-
YUV113.9196.35191.55-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.03%
GREEN value IS 45 (17.97% from 255) = 9.32%
BLUE value IS 235 (92.19% from 255) = 48.65%
R=42.03%
G=9.32%
B=48.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal203452350.140.8100.08289.8982.6154.9
HexCB2DEBE51081225337
Octal313553531612101044212367
Binary110010111011011110101111101010001010001001000101010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB2DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB2DEB; }

 p { color: rgb(203,45,235); }

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

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

 a { background-color: rgb(203,45,235); }

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

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

 span { border-color: rgb(203,45,235); }

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