#CB8DFD

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

Shades of Heliotrope #CB8DFD

Tints of Heliotrope #CB8DFD

Color information

#CB8DFD (or 0xCB8DFD) is unknown color: approx Heliotrope. HEX triplet: CB, 8D and FD. RGB value is (203,141,253). Sum of RGB (Red+Green+Blue) = 203+141+253=597 (79% of max value = 765). Red value is 203 (79.69% from 255 or 34.00% from 597); Green value is 141 (55.47% from 255 or 23.62% from 597); Blue value is 253 (99.22% from 255 or 42.38% from 597); Max value from RGB is 253 - color contains mainly: blue. Hex color #CB8DFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB8DFD is #347202. Grayscale: #ABABAB. Windows color (decimal): -3437059 or 16616907. OLE color: 16616907.

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

Color convert

RGB203141253-
CMYK0.200.4400.01
HSL273.21º96.55%77.25%-
HSV(B)273.21º44.27%99.22%-
XYZ51.8838.8497.69-
YUV172.31173.54149.89-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.00%
GREEN value IS 141 (55.47% from 255) = 23.62%
BLUE value IS 253 (99.22% from 255) = 42.38%
R=34.00%
G=23.62%
B=42.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2031412530.200.4400.01273.2196.5577.25
HexCB8DFD142C01111614d
Octal313215375245401421141115
Binary110010111000110111111101101001011000110001000111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8DFD; }

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

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

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

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

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

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

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

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