#CE7BFA

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

Shades of Heliotrope #CE7BFA

Tints of Heliotrope #CE7BFA

Color information

#CE7BFA (or 0xCE7BFA) is unknown color: approx Heliotrope. HEX triplet: CE, 7B and FA. RGB value is (206,123,250). Sum of RGB (Red+Green+Blue) = 206+123+250=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 123 (48.44% from 255 or 21.24% from 579); Blue value is 250 (98.05% from 255 or 43.18% from 579); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE7BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE7BFA is #318405. Grayscale: #A1A1A1. Windows color (decimal): -3245062 or 16415694. OLE color: 16415694.

HSL color Cylindrical-coordinate representation of color #CE7BFA: hue angle of 279.21º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE7BFA is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB206123250-
CMYK0.180.5100.02
HSL279.21º92.7%73.14%-
HSV(B)279.21º50.8%98.04%-
XYZ49.7934.1994.42-
YUV162.29177.5159.17-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.58%
GREEN value IS 123 (48.44% from 255) = 21.24%
BLUE value IS 250 (98.05% from 255) = 43.18%
R=35.58%
G=21.24%
B=43.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2061232500.180.5100.02279.2192.773.14
HexCE7BFA1233021175d49
Octal316173372226302427135111
Binary110011101111011111110101001011001101010001011110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7BFA; }

 p { color: rgb(206,123,250); }

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

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

 a { background-color: rgb(206,123,250); }

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

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

 span { border-color: rgb(206,123,250); }

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