#CB84FA

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

Shades of Heliotrope #CB84FA

Tints of Heliotrope #CB84FA

Color information

#CB84FA (or 0xCB84FA) is unknown color: approx Heliotrope. HEX triplet: CB, 84 and FA. RGB value is (203,132,250). Sum of RGB (Red+Green+Blue) = 203+132+250=585 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.70% from 585); Green value is 132 (51.95% from 255 or 22.56% from 585); Blue value is 250 (98.05% from 255 or 42.74% from 585); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB84FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB84FA is #347B05. Grayscale: #A6A6A6. Windows color (decimal): -3439366 or 16417995. OLE color: 16417995.

HSL color Cylindrical-coordinate representation of color #CB84FA: hue angle of 276.1º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB84FA is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB203132250-
CMYK0.190.4700.02
HSL276.1º92.19%74.9%-
HSV(B)276.1º47.2%98.04%-
XYZ50.1436.194.77-
YUV166.68175.02153.91-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.70%
GREEN value IS 132 (51.95% from 255) = 22.56%
BLUE value IS 250 (98.05% from 255) = 42.74%
R=34.70%
G=22.56%
B=42.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2031322500.190.4700.02276.192.1974.9
HexCB84FA132F021145c4b
Octal313204372235702424134113
Binary1100101110000100111110101001110111101010001010010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB84FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB84FA; }

 p { color: rgb(203,132,250); }

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

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

 a { background-color: rgb(203,132,250); }

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

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

 span { border-color: rgb(203,132,250); }

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