#CB44FF

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

Shades of Medium Orchid #CB44FF

Tints of Medium Orchid #CB44FF

Color information

#CB44FF (or 0xCB44FF) is unknown color: approx Medium Orchid. HEX triplet: CB, 44 and FF. RGB value is (203,68,255). Sum of RGB (Red+Green+Blue) = 203+68+255=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 68 (26.95% from 255 or 12.93% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB44FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB44FF is #34BB00. Grayscale: #818181. Windows color (decimal): -3455745 or 16729291. OLE color: 16729291.

HSL color Cylindrical-coordinate representation of color #CB44FF: hue angle of 283.32º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB44FF is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB20368255-
CMYK0.200.7300
HSL283.32º100%63.33%-
HSV(B)283.32º73.33%100%-
XYZ44.7524.0596.89-
YUV129.68198.73180.29-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.59%
GREEN value IS 68 (26.95% from 255) = 12.93%
BLUE value IS 255 (100% from 255) = 48.48%
R=38.59%
G=12.93%
B=48.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal203682550.200.7300283.3210063.33
HexCB44FF14490011b643f
Octal313104377241110043314477
Binary11001011100010011111111101001001001001000110111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB44FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB44FF; }

 p { color: rgb(203,68,255); }

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

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

 a { background-color: rgb(203,68,255); }

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

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

 span { border-color: rgb(203,68,255); }

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