#CB4BED

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

Shades of Medium Orchid #CB4BED

Tints of Medium Orchid #CB4BED

Color information

#CB4BED (or 0xCB4BED) is unknown color: approx Medium Orchid. HEX triplet: CB, 4B and ED. RGB value is (203,75,237). Sum of RGB (Red+Green+Blue) = 203+75+237=515 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.42% from 515); Green value is 75 (29.69% from 255 or 14.56% from 515); Blue value is 237 (92.97% from 255 or 46.02% from 515); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB4BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB4BED is #34B412. Grayscale: #838383. Windows color (decimal): -3453971 or 15551435. OLE color: 15551435.

HSL color Cylindrical-coordinate representation of color #CB4BED: hue angle of 287.41º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB4BED is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB20375237-
CMYK0.140.6800.07
HSL287.41º81.82%61.18%-
HSV(B)287.41º68.35%92.94%-
XYZ42.4323.8482.49-
YUV131.74187.41178.83-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.42%
GREEN value IS 75 (29.69% from 255) = 14.56%
BLUE value IS 237 (92.97% from 255) = 46.02%
R=39.42%
G=14.56%
B=46.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal203752370.140.6800.07287.4181.8261.18
HexCB4BEDE440711f523d
Octal313113355161040743712275
Binary110010111001011111011011110100010001111000111111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4BED; }

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

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

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

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

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

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

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

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