#CF6DF3

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

Shades of Heliotrope #CF6DF3

Tints of Heliotrope #CF6DF3

Color information

#CF6DF3 (or 0xCF6DF3) is unknown color: approx Heliotrope. HEX triplet: CF, 6D and F3. RGB value is (207,109,243). Sum of RGB (Red+Green+Blue) = 207+109+243=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 109 (42.97% from 255 or 19.50% from 559); Blue value is 243 (95.31% from 255 or 43.47% from 559); Max value from RGB is 243 - color contains mainly: blue. Hex color #CF6DF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF6DF3 is #30920C. Grayscale: #999999. Windows color (decimal): -3183117 or 15953359. OLE color: 15953359.

HSL color Cylindrical-coordinate representation of color #CF6DF3: hue angle of 283.88º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CF6DF3 is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB207109243-
CMYK0.150.5500.05
HSL283.88º84.81%69.02%-
HSV(B)283.88º55.14%95.29%-
XYZ47.3830.6788.22-
YUV153.58178.47166.1-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.03%
GREEN value IS 109 (42.97% from 255) = 19.50%
BLUE value IS 243 (95.31% from 255) = 43.47%
R=37.03%
G=19.50%
B=43.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2071092430.150.5500.05283.8884.8169.02
HexCF6DF3F370511c5545
Octal317155363176705434125105
Binary110011111101101111100111111110111010110001110010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6DF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6DF3; }

 p { color: rgb(207,109,243); }

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

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

 a { background-color: rgb(207,109,243); }

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

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

 span { border-color: rgb(207,109,243); }

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