#CB85F9

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

Shades of Heliotrope #CB85F9

Tints of Heliotrope #CB85F9

Color information

#CB85F9 (or 0xCB85F9) is unknown color: approx Heliotrope. HEX triplet: CB, 85 and F9. RGB value is (203,133,249). Sum of RGB (Red+Green+Blue) = 203+133+249=585 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.70% from 585); Green value is 133 (52.34% from 255 or 22.74% from 585); Blue value is 249 (97.66% from 255 or 42.56% from 585); Max value from RGB is 249 - color contains mainly: blue. Hex color #CB85F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB85F9 is #347A06. Grayscale: #A6A6A6. Windows color (decimal): -3439111 or 16352715. OLE color: 16352715.

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

Color convert

RGB203133249-
CMYK0.180.4700.02
HSL276.21º90.62%74.9%-
HSV(B)276.21º46.59%97.65%-
XYZ50.1236.3193.99-
YUV167.15174.19153.57-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.70%
GREEN value IS 133 (52.34% from 255) = 22.74%
BLUE value IS 249 (97.66% from 255) = 42.56%
R=34.70%
G=22.74%
B=42.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2031332490.180.4700.02276.2190.6274.9
HexCB85F9122F021145b4b
Octal313205371225702424133113
Binary1100101110000101111110011001010111101010001010010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB85F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB85F9; }

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

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

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

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

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

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

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

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