#CF65F1

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

Shades of Heliotrope #CF65F1

Tints of Heliotrope #CF65F1

Color information

#CF65F1 (or 0xCF65F1) is unknown color: approx Heliotrope. HEX triplet: CF, 65 and F1. RGB value is (207,101,241). Sum of RGB (Red+Green+Blue) = 207+101+241=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 101 (39.84% from 255 or 18.40% from 549); Blue value is 241 (94.53% from 255 or 43.90% from 549); Max value from RGB is 241 - color contains mainly: blue. Hex color #CF65F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF65F1 is #309A0E. Grayscale: #949494. Windows color (decimal): -3185167 or 15820239. OLE color: 15820239.

HSL color Cylindrical-coordinate representation of color #CF65F1: hue angle of 285.43º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF65F1 is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB207101241-
CMYK0.140.5800.05
HSL285.43º83.33%67.06%-
HSV(B)285.43º58.09%94.51%-
XYZ46.2628.9286.36-
YUV148.65180.12169.62-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.70%
GREEN value IS 101 (39.84% from 255) = 18.40%
BLUE value IS 241 (94.53% from 255) = 43.90%
R=37.70%
G=18.40%
B=43.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2071012410.140.5800.05285.4383.3367.06
HexCF65F1E3A0511d5343
Octal317145361167205435123103
Binary110011111100101111100011110111010010110001110110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF65F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF65F1; }

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

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

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

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

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

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

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

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