#cb8cff

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

Shades of Heliotrope #CB8CFF

Tints of Heliotrope #CB8CFF

Color information

#CB8CFF (or 0xCB8CFF) is unknown color: approx Heliotrope. HEX triplet: CB, 8C and FF. RGB value is (203,140,255). Sum of RGB (Red+Green+Blue) = 203+140+255=598 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.95% from 598); Green value is 140 (55.08% from 255 or 23.41% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB8CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB8CFF is #347300. Grayscale: #ABABAB. Windows color (decimal): -3437313 or 16747723. OLE color: 16747723.

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

Color convert

RGB203140255-
CMYK0.200.4500
HSL272.87º100%77.45%-
HSV(B)272.87º45.1%100%-
XYZ52.0638.6799.33-
YUV171.95174.87150.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.95%
GREEN value IS 140 (55.08% from 255) = 23.41%
BLUE value IS 255 (100% from 255) = 42.64%
R=33.95%
G=23.41%
B=42.64%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2031402550.200.4500272.8710077.45
HexCB8CFF142D00111644d
Octal313214377245500421144115
Binary110010111000110011111111101001011010010001000111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb8cff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb8cff; }

 p { color: rgb(203,140,255); }

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

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

 a { background-color: rgb(203,140,255); }

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

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

 span { border-color: rgb(203,140,255); }

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