#CF6DEF

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

Shades of Heliotrope #CF6DEF

Tints of Heliotrope #CF6DEF

Color information

#CF6DEF (or 0xCF6DEF) is unknown color: approx Heliotrope. HEX triplet: CF, 6D and EF. RGB value is (207,109,239). Sum of RGB (Red+Green+Blue) = 207+109+239=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 109 (42.97% from 255 or 19.64% from 555); Blue value is 239 (93.75% from 255 or 43.06% from 555); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF6DEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF6DEF is #309210. Grayscale: #989898. Windows color (decimal): -3183121 or 15691215. OLE color: 15691215.

HSL color Cylindrical-coordinate representation of color #CF6DEF: hue angle of 285.23º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF6DEF is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB207109239-
CMYK0.130.5400.06
HSL285.23º80.25%68.24%-
HSV(B)285.23º54.39%93.73%-
XYZ46.7830.4385.07-
YUV153.12176.47166.43-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.30%
GREEN value IS 109 (42.97% from 255) = 19.64%
BLUE value IS 239 (93.75% from 255) = 43.06%
R=37.30%
G=19.64%
B=43.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2071092390.130.5400.06285.2380.2568.24
HexCF6DEFD360611d5044
Octal317155357156606435120104
Binary110011111101101111011111101110110011010001110110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6DEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6DEF; }

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

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

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

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

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

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

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

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