#CF83EB

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

Shades of Heliotrope #CF83EB

Tints of Heliotrope #CF83EB

Color information

#CF83EB (or 0xCF83EB) is unknown color: approx Heliotrope. HEX triplet: CF, 83 and EB. RGB value is (207,131,235). Sum of RGB (Red+Green+Blue) = 207+131+235=573 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.13% from 573); Green value is 131 (51.56% from 255 or 22.86% from 573); Blue value is 235 (92.19% from 255 or 41.01% from 573); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF83EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF83EB is #307C14. Grayscale: #A5A5A5. Windows color (decimal): -3177493 or 15434703. OLE color: 15434703.

HSL color Cylindrical-coordinate representation of color #CF83EB: hue angle of 283.85º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF83EB is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB207131235-
CMYK0.120.4400.08
HSL283.85º72.22%71.76%-
HSV(B)283.85º44.26%92.16%-
XYZ48.8435.582.87-
YUV165.58167.18157.54-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.13%
GREEN value IS 131 (51.56% from 255) = 22.86%
BLUE value IS 235 (92.19% from 255) = 41.01%
R=36.13%
G=22.86%
B=41.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2071312350.120.4400.08283.8572.2271.76
HexCF83EBC2C0811c4848
Octal3172033531454010434110110
Binary11001111100000111110101111001011000100010001110010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF83EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF83EB; }

 p { color: rgb(207,131,235); }

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

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

 a { background-color: rgb(207,131,235); }

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

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

 span { border-color: rgb(207,131,235); }

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