Html Css Color HEX #CF59F1 Heliotrope

📋 copy color: '#CF59F1'

red 207 ◦ green 89 ◦ blue 241

#CF59F1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #CF59F1

Tints of Heliotrope #CF59F1

RGB

 RED value IS 207 (81.25% from 255) = 38.55%

 GREEN value IS 89 (35.16% from 255) = 16.57%

 BLUE value IS 241 (94.53% from 255) = 44.88%

R = 38.55%
G = 16.57%
B = 44.88%

CMYK

 C value IS 0.14

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CF59F1 (or 0xCF59F1) is known color: Heliotrope. HEX triplet: CF, 59 and F1. RGB value is (207,89,241). Sum of RGB (Red+Green+Blue) = 207+89+241=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 89 (35.16% from 255 or 16.57% from 537); Blue value is 241 (94.53% from 255 or 44.88% from 537); Max value from RGB is 241 - color contains mainly: blue. Hex color #CF59F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF59F1 is #30A60E. Grayscale: #8D8D8D. Windows color (decimal): -3188239 or 15817167. OLE color: 15817167.

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

Color convert

RGB 207 89 241 -
CMYK 0.14 0.63 0 0.05
HSL 286.58º 0.84% 0.65% -
HSV(B) 286.58º 0.63% 0.95% -
XYZ 45.18 26.76 86 -
YUV 141.61 184.09 174.64 -
System Red Green Blue C M Y K H S L
Decimal 207 89 241 0.14 0.63 0 0.05 286.58 0.84 0.65
Hex CF 59 F1 E 3F 0 5 11F 54 41
Octal 317 131 361 16 77 0 5 437 124 101
Binary 11001111 1011001 11110001 1110 111111 0 101 100011111 1010100 1000001

Color Harmonies of #CF59F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF59F1

Black with #CF59F1

Text Example


Text Example

White with #CF59F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF59F1; }

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

 H1.HeaderClassName
 {
   color: #CF59F1;
 }
 .AnyTagClassName
 {
   color: #CF59F1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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