#CF5EFA

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

Shades of Heliotrope #CF5EFA

Tints of Heliotrope #CF5EFA

Color information

#CF5EFA (or 0xCF5EFA) is unknown color: approx Heliotrope. HEX triplet: CF, 5E and FA. RGB value is (207,94,250). Sum of RGB (Red+Green+Blue) = 207+94+250=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 94 (37.11% from 255 or 17.06% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF5EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF5EFA is #30A105. Grayscale: #919191. Windows color (decimal): -3186950 or 16408271. OLE color: 16408271.

HSL color Cylindrical-coordinate representation of color #CF5EFA: hue angle of 283.46º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF5EFA is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB20794250-
CMYK0.170.6200.02
HSL283.46º93.98%67.45%-
HSV(B)283.46º62.4%98.04%-
XYZ46.9928.1793.4-
YUV145.57186.94171.82-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.57%
GREEN value IS 94 (37.11% from 255) = 17.06%
BLUE value IS 250 (98.05% from 255) = 45.37%
R=37.57%
G=17.06%
B=45.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal207942500.170.6200.02283.4693.9867.45
HexCF5EFA113E0211b5e43
Octal317136372217602433136103
Binary110011111011110111110101000111111001010001101110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5EFA; }

 p { color: rgb(207,94,250); }

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

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

 a { background-color: rgb(207,94,250); }

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

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

 span { border-color: rgb(207,94,250); }

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