#CB8CFA

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

Shades of Heliotrope #CB8CFA

Tints of Heliotrope #CB8CFA

Color information

#CB8CFA (or 0xCB8CFA) is unknown color: approx Heliotrope. HEX triplet: CB, 8C and FA. RGB value is (203,140,250). Sum of RGB (Red+Green+Blue) = 203+140+250=593 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.23% from 593); Green value is 140 (55.08% from 255 or 23.61% from 593); Blue value is 250 (98.05% from 255 or 42.16% from 593); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB8CFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB8CFA is #347305. Grayscale: #ABABAB. Windows color (decimal): -3437318 or 16420043. OLE color: 16420043.

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

Color convert

RGB203140250-
CMYK0.190.4400.02
HSL274.36º91.67%76.47%-
HSV(B)274.36º44%98.04%-
XYZ51.2638.3595.14-
YUV171.38172.37150.56-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.23%
GREEN value IS 140 (55.08% from 255) = 23.61%
BLUE value IS 250 (98.05% from 255) = 42.16%
R=34.23%
G=23.61%
B=42.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2031402500.190.4400.02274.3691.6776.47
HexCB8CFA132C021125c4c
Octal313214372235402422134114
Binary1100101110001100111110101001110110001010001001010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8CFA; }

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

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

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

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

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

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

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

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