#CB7FFB

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

Shades of Heliotrope #CB7FFB

Tints of Heliotrope #CB7FFB

Color information

#CB7FFB (or 0xCB7FFB) is unknown color: approx Heliotrope. HEX triplet: CB, 7F and FB. RGB value is (203,127,251). Sum of RGB (Red+Green+Blue) = 203+127+251=581 (76% of max value = 765). Red value is 203 (79.69% from 255 or 34.94% from 581); Green value is 127 (50% from 255 or 21.86% from 581); Blue value is 251 (98.44% from 255 or 43.20% from 581); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB7FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7FFB is #348004. Grayscale: #A3A3A3. Windows color (decimal): -3440645 or 16482251. OLE color: 16482251.

HSL color Cylindrical-coordinate representation of color #CB7FFB: hue angle of 276.77º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CB7FFB is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB203127251-
CMYK0.190.4900.02
HSL276.77º93.94%74.12%-
HSV(B)276.77º49.4%98.43%-
XYZ49.6334.8495.38-
YUV163.86177.18155.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.94%
GREEN value IS 127 (50% from 255) = 21.86%
BLUE value IS 251 (98.44% from 255) = 43.20%
R=34.94%
G=21.86%
B=43.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2031272510.190.4900.02276.7793.9474.12
HexCB7FFB1331021155e4a
Octal313177373236102425136112
Binary110010111111111111110111001111000101010001010110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7FFB; }

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

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

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

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

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

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

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

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