#CB6FF1

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

Shades of Heliotrope #CB6FF1

Tints of Heliotrope #CB6FF1

Color information

#CB6FF1 (or 0xCB6FF1) is unknown color: approx Heliotrope. HEX triplet: CB, 6F and F1. RGB value is (203,111,241). Sum of RGB (Red+Green+Blue) = 203+111+241=555 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.58% from 555); Green value is 111 (43.75% from 255 or 20% from 555); Blue value is 241 (94.53% from 255 or 43.42% from 555); Max value from RGB is 241 - color contains mainly: blue. Hex color #CB6FF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB6FF1 is #34900E. Grayscale: #989898. Windows color (decimal): -3444751 or 15822795. OLE color: 15822795.

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

Color convert

RGB203111241-
CMYK0.160.5400.05
HSL282.46º82.28%69.02%-
HSV(B)282.46º53.94%94.51%-
XYZ46.1930.4286.66-
YUV153.33177.48163.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.58%
GREEN value IS 111 (43.75% from 255) = 20%
BLUE value IS 241 (94.53% from 255) = 43.42%
R=36.58%
G=20%
B=43.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2031112410.160.5400.05282.4682.2869.02
HexCB6FF110360511a5245
Octal313157361206605432122105
Binary1100101111011111111000110000110110010110001101010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6FF1; }

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

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

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

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

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

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

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

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