#CB34F0

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

Shades of Medium Orchid #CB34F0

Tints of Medium Orchid #CB34F0

Color information

#CB34F0 (or 0xCB34F0) is unknown color: approx Medium Orchid. HEX triplet: CB, 34 and F0. RGB value is (203,52,240). Sum of RGB (Red+Green+Blue) = 203+52+240=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 52 (20.70% from 255 or 10.51% from 495); Blue value is 240 (94.14% from 255 or 48.48% from 495); Max value from RGB is 240 - color contains mainly: blue. Hex color #CB34F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB34F0 is #34CB0F. Grayscale: #757575. Windows color (decimal): -3459856 or 15742155. OLE color: 15742155.

HSL color Cylindrical-coordinate representation of color #CB34F0: hue angle of 288.19º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB34F0 is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB20352240-
CMYK0.150.7800.06
HSL288.19º86.24%57.25%-
HSV(B)288.19º78.33%94.12%-
XYZ41.5821.4484.39-
YUV118.58196.53188.21-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.01%
GREEN value IS 52 (20.70% from 255) = 10.51%
BLUE value IS 240 (94.14% from 255) = 48.48%
R=41.01%
G=10.51%
B=48.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal203522400.150.7800.06288.1986.2457.25
HexCB34F0F4E061205639
Octal31364360171160644012671
Binary11001011110100111100001111100111001101001000001010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB34F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB34F0; }

 p { color: rgb(203,52,240); }

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

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

 a { background-color: rgb(203,52,240); }

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

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

 span { border-color: rgb(203,52,240); }

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