#CB89FD

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

Shades of Heliotrope #CB89FD

Tints of Heliotrope #CB89FD

Color information

#CB89FD (or 0xCB89FD) is unknown color: approx Heliotrope. HEX triplet: CB, 89 and FD. RGB value is (203,137,253). Sum of RGB (Red+Green+Blue) = 203+137+253=593 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.23% from 593); Green value is 137 (53.91% from 255 or 23.10% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 253 - color contains mainly: blue. Hex color #CB89FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB89FD is #347602. Grayscale: #A9A9A9. Windows color (decimal): -3438083 or 16615883. OLE color: 16615883.

HSL color Cylindrical-coordinate representation of color #CB89FD: hue angle of 274.14º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CB89FD is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB203137253-
CMYK0.200.4600.01
HSL274.14º96.67%76.47%-
HSV(B)274.14º45.85%99.22%-
XYZ51.337.6897.5-
YUV169.96174.87151.57-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.23%
GREEN value IS 137 (53.91% from 255) = 23.10%
BLUE value IS 253 (99.22% from 255) = 42.66%
R=34.23%
G=23.10%
B=42.66%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2031372530.200.4600.01274.1496.6776.47
HexCB89FD142E01112614c
Octal313211375245601422141114
Binary110010111000100111111101101001011100110001001011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB89FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB89FD; }

 p { color: rgb(203,137,253); }

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

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

 a { background-color: rgb(203,137,253); }

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

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

 span { border-color: rgb(203,137,253); }

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