#CB6AF0

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

Shades of Heliotrope #CB6AF0

Tints of Heliotrope #CB6AF0

Color information

#CB6AF0 (or 0xCB6AF0) is unknown color: approx Heliotrope. HEX triplet: CB, 6A and F0. RGB value is (203,106,240). Sum of RGB (Red+Green+Blue) = 203+106+240=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 106 (41.80% from 255 or 19.31% from 549); Blue value is 240 (94.14% from 255 or 43.72% from 549); Max value from RGB is 240 - color contains mainly: blue. Hex color #CB6AF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB6AF0 is #34950F. Grayscale: #959595. Windows color (decimal): -3446032 or 15755979. OLE color: 15755979.

HSL color Cylindrical-coordinate representation of color #CB6AF0: hue angle of 283.43º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB6AF0 is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB203106240-
CMYK0.150.5600.06
HSL283.43º81.71%67.84%-
HSV(B)283.43º55.83%94.12%-
XYZ45.5129.385.69-
YUV150.28178.64165.6-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.98%
GREEN value IS 106 (41.80% from 255) = 19.31%
BLUE value IS 240 (94.14% from 255) = 43.72%
R=36.98%
G=19.31%
B=43.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2031062400.150.5600.06283.4381.7167.84
HexCB6AF0F380611b5244
Octal313152360177006433122104
Binary110010111101010111100001111111000011010001101110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6AF0; }

 p { color: rgb(203,106,240); }

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

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

 a { background-color: rgb(203,106,240); }

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

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

 span { border-color: rgb(203,106,240); }

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