#CB85FB

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

Shades of Heliotrope #CB85FB

Tints of Heliotrope #CB85FB

Color information

#CB85FB (or 0xCB85FB) is unknown color: approx Heliotrope. HEX triplet: CB, 85 and FB. RGB value is (203,133,251). Sum of RGB (Red+Green+Blue) = 203+133+251=587 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.58% from 587); Green value is 133 (52.34% from 255 or 22.66% from 587); Blue value is 251 (98.44% from 255 or 42.76% from 587); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB85FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB85FB is #347A04. Grayscale: #A6A6A6. Windows color (decimal): -3439109 or 16483787. OLE color: 16483787.

HSL color Cylindrical-coordinate representation of color #CB85FB: hue angle of 275.59º degrees, saturation: 0.94, 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 #CB85FB is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB203133251-
CMYK0.190.4700.02
HSL275.59º93.65%75.29%-
HSV(B)275.59º47.01%98.43%-
XYZ50.4336.4495.64-
YUV167.38175.19153.41-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.58%
GREEN value IS 133 (52.34% from 255) = 22.66%
BLUE value IS 251 (98.44% from 255) = 42.76%
R=34.58%
G=22.66%
B=42.76%

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
Decimal2031332510.190.4700.02275.5993.6575.29
HexCB85FB132F021145e4b
Octal313205373235702424136113
Binary1100101110000101111110111001110111101010001010010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB85FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB85FB; }

 p { color: rgb(203,133,251); }

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

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

 a { background-color: rgb(203,133,251); }

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

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

 span { border-color: rgb(203,133,251); }

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