#CB7BF1

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

Shades of Heliotrope #CB7BF1

Tints of Heliotrope #CB7BF1

Color information

#CB7BF1 (or 0xCB7BF1) is unknown color: approx Heliotrope. HEX triplet: CB, 7B and F1. RGB value is (203,123,241). Sum of RGB (Red+Green+Blue) = 203+123+241=567 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.80% from 567); Green value is 123 (48.44% from 255 or 21.69% from 567); Blue value is 241 (94.53% from 255 or 42.50% from 567); Max value from RGB is 241 - color contains mainly: blue. Hex color #CB7BF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7BF1 is #34840E. Grayscale: #9F9F9F. Windows color (decimal): -3441679 or 15825867. OLE color: 15825867.

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

Color convert

RGB203123241-
CMYK0.160.4900.05
HSL280.68º80.82%71.37%-
HSV(B)280.68º48.96%94.51%-
XYZ47.5933.2187.12-
YUV160.37173.5158.41-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.80%
GREEN value IS 123 (48.44% from 255) = 21.69%
BLUE value IS 241 (94.53% from 255) = 42.50%
R=35.80%
G=21.69%
B=42.50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2031232410.160.4900.05280.6880.8271.37
HexCB7BF11031051195147
Octal313173361206105431121107
Binary1100101111110111111000110000110001010110001100110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7BF1; }

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

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

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

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

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

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

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

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