#CF6EFA

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

Shades of Heliotrope #CF6EFA

Tints of Heliotrope #CF6EFA

Color information

#CF6EFA (or 0xCF6EFA) is unknown color: approx Heliotrope. HEX triplet: CF, 6E and FA. RGB value is (207,110,250). Sum of RGB (Red+Green+Blue) = 207+110+250=567 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.51% from 567); Green value is 110 (43.36% from 255 or 19.40% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF6EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF6EFA is #309105. Grayscale: #9A9A9A. Windows color (decimal): -3182854 or 16412367. OLE color: 16412367.

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

Color convert

RGB207110250-
CMYK0.170.5600.02
HSL281.57º93.33%70.59%-
HSV(B)281.57º56%98.04%-
XYZ48.5631.3293.93-
YUV154.96181.64165.12-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.51%
GREEN value IS 110 (43.36% from 255) = 19.40%
BLUE value IS 250 (98.05% from 255) = 44.09%
R=36.51%
G=19.40%
B=44.09%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2071102500.170.5600.02281.5793.3370.59
HexCF6EFA11380211a5d47
Octal317156372217002432135107
Binary110011111101110111110101000111100001010001101010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6EFA; }

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

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

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

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

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

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

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

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