Html Css Color HEX #CF59FA Heliotrope

📋 copy color: '#CF59FA'

red 207 ◦ green 89 ◦ blue 250

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

Shades of Heliotrope #CF59FA

Tints of Heliotrope #CF59FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.79%

R = 37.91%
G = 16.3%
B = 45.79%

CMYK

 C value IS 0.17

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CF59FA (or 0xCF59FA) is known color: Heliotrope. HEX triplet: CF, 59 and FA. RGB value is (207,89,250). Sum of RGB (Red+Green+Blue) = 207+89+250=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 89 (35.16% from 255 or 16.30% from 546); Blue value is 250 (98.05% from 255 or 45.79% from 546); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF59FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF59FA is #30A605. Grayscale: #8E8E8E. Windows color (decimal): -3188230 or 16406991. OLE color: 16406991.

HSL color Cylindrical-coordinate representation of color #CF59FA: hue angle of 283.98º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF59FA is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 89 250 -
CMYK 0.17 0.64 0 0.02
HSL 283.98º 0.94% 0.66% -
HSV(B) 283.98º 0.64% 0.98% -
XYZ 46.56 27.31 93.26 -
YUV 142.64 188.59 173.91 -
System Red Green Blue C M Y K H S L
Decimal 207 89 250 0.17 0.64 0 0.02 283.98 0.94 0.66
Hex CF 59 FA 11 40 0 2 11C 5E 42
Octal 317 131 372 21 100 0 2 434 136 102
Binary 11001111 1011001 11111010 10001 1000000 0 10 100011100 1011110 1000010

Color Harmonies of #CF59FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF59FA

Black with #CF59FA

Text Example


Text Example

White with #CF59FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF59FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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