#cf65f6

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

Shades of Heliotrope #CF65F6

Tints of Heliotrope #CF65F6

Color information

#CF65F6 (or 0xCF65F6) is unknown color: approx Heliotrope. HEX triplet: CF, 65 and F6. RGB value is (207,101,246). Sum of RGB (Red+Green+Blue) = 207+101+246=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 101 (39.84% from 255 or 18.23% from 554); Blue value is 246 (96.48% from 255 or 44.40% from 554); Max value from RGB is 246 - color contains mainly: blue. Hex color #CF65F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF65F6 is #309A09. Grayscale: #949494. Windows color (decimal): -3185162 or 16147919. OLE color: 16147919.

HSL color Cylindrical-coordinate representation of color #CF65F6: hue angle of 283.86º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CF65F6 is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB207101246-
CMYK0.160.5900.04
HSL283.86º88.96%68.04%-
HSV(B)283.86º58.94%96.47%-
XYZ47.0229.2390.35-
YUV149.22182.62169.21-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.36%
GREEN value IS 101 (39.84% from 255) = 18.23%
BLUE value IS 246 (96.48% from 255) = 44.40%
R=37.36%
G=18.23%
B=44.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2071012460.160.5900.04283.8688.9668.04
HexCF65F6103B0411c5944
Octal317145366207304434131104
Binary1100111111001011111011010000111011010010001110010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf65f6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf65f6; }

 p { color: rgb(207,101,246); }

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

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

 a { background-color: rgb(207,101,246); }

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

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

 span { border-color: rgb(207,101,246); }

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