#CB82F3

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

Shades of Heliotrope #CB82F3

Tints of Heliotrope #CB82F3

Color information

#CB82F3 (or 0xCB82F3) is unknown color: approx Heliotrope. HEX triplet: CB, 82 and F3. RGB value is (203,130,243). Sum of RGB (Red+Green+Blue) = 203+130+243=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 130 (51.17% from 255 or 22.57% from 576); Blue value is 243 (95.31% from 255 or 42.19% from 576); Max value from RGB is 243 - color contains mainly: blue. Hex color #CB82F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB82F3 is #347D0C. Grayscale: #A4A4A4. Windows color (decimal): -3439885 or 15958731. OLE color: 15958731.

HSL color Cylindrical-coordinate representation of color #CB82F3: hue angle of 278.76º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB82F3 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB203130243-
CMYK0.160.4700.05
HSL278.76º82.48%73.14%-
HSV(B)278.76º46.5%95.29%-
XYZ48.7935.1389-
YUV164.71172.18155.31-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.24%
GREEN value IS 130 (51.17% from 255) = 22.57%
BLUE value IS 243 (95.31% from 255) = 42.19%
R=35.24%
G=22.57%
B=42.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2031302430.160.4700.05278.7682.4873.14
HexCB82F3102F051175249
Octal313202363205705427122111
Binary11001011100000101111001110000101111010110001011110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB82F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB82F3; }

 p { color: rgb(203,130,243); }

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

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

 a { background-color: rgb(203,130,243); }

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

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

 span { border-color: rgb(203,130,243); }

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