#CB84F1

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

Shades of Heliotrope #CB84F1

Tints of Heliotrope #CB84F1

Color information

#CB84F1 (or 0xCB84F1) is unknown color: approx Heliotrope. HEX triplet: CB, 84 and F1. RGB value is (203,132,241). Sum of RGB (Red+Green+Blue) = 203+132+241=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 132 (51.95% from 255 or 22.92% from 576); Blue value is 241 (94.53% from 255 or 41.84% from 576); Max value from RGB is 241 - color contains mainly: blue. Hex color #CB84F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB84F1 is #347B0E. Grayscale: #A5A5A5. Windows color (decimal): -3439375 or 15828171. OLE color: 15828171.

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

Color convert

RGB203132241-
CMYK0.160.4500.05
HSL279.08º79.56%73.14%-
HSV(B)279.08º45.23%94.51%-
XYZ48.7635.5587.51-
YUV165.65170.52154.64-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.24%
GREEN value IS 132 (51.95% from 255) = 22.92%
BLUE value IS 241 (94.53% from 255) = 41.84%
R=35.24%
G=22.92%
B=41.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2031322410.160.4500.05279.0879.5673.14
HexCB84F1102D051175049
Octal313204361205505427120111
Binary11001011100001001111000110000101101010110001011110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB84F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB84F1; }

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

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

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

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

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

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

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

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