#CB8AFD

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

Shades of Heliotrope #CB8AFD

Tints of Heliotrope #CB8AFD

Color information

#CB8AFD (or 0xCB8AFD) is unknown color: approx Heliotrope. HEX triplet: CB, 8A and FD. RGB value is (203,138,253). Sum of RGB (Red+Green+Blue) = 203+138+253=594 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.18% from 594); Green value is 138 (54.30% from 255 or 23.23% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 253 - color contains mainly: blue. Hex color #CB8AFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB8AFD is #347502. Grayscale: #AAAAAA. Windows color (decimal): -3437827 or 16616139. OLE color: 16616139.

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

Color convert

RGB203138253-
CMYK0.200.4500.01
HSL273.91º96.64%76.67%-
HSV(B)273.91º45.45%99.22%-
XYZ51.4537.9797.55-
YUV170.54174.53151.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.18%
GREEN value IS 138 (54.30% from 255) = 23.23%
BLUE value IS 253 (99.22% from 255) = 42.59%
R=34.18%
G=23.23%
B=42.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2031382530.200.4500.01273.9196.6476.67
HexCB8AFD142D01112614d
Octal313212375245501422141115
Binary110010111000101011111101101001011010110001001011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8AFD; }

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

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

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

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

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

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

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

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