Html Css Color HEX #CF50F9 Heliotrope

📋 copy color: '#CF50F9'

red 207 ◦ green 80 ◦ blue 249

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

Shades of Heliotrope #CF50F9

Tints of Heliotrope #CF50F9

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.93%

 BLUE value IS 249 (97.66% from 255) = 46.46%

R = 38.62%
G = 14.93%
B = 46.46%

CMYK

 C value IS 0.17

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CF50F9 (or 0xCF50F9) is known color: Heliotrope. HEX triplet: CF, 50 and F9. RGB value is (207,80,249). Sum of RGB (Red+Green+Blue) = 207+80+249=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 80 (31.64% from 255 or 14.93% from 536); Blue value is 249 (97.66% from 255 or 46.46% from 536); Max value from RGB is 249 - color contains mainly: blue. Hex color #CF50F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF50F9 is #30AF06. Grayscale: #888888. Windows color (decimal): -3190535 or 16339151. OLE color: 16339151.

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

Color convert

RGB 207 80 249 -
CMYK 0.17 0.68 0 0.02
HSL 285.09º 0.93% 0.65% -
HSV(B) 285.09º 0.68% 0.98% -
XYZ 45.7 25.84 92.2 -
YUV 137.24 191.08 177.76 -
System Red Green Blue C M Y K H S L
Decimal 207 80 249 0.17 0.68 0 0.02 285.09 0.93 0.65
Hex CF 50 F9 11 44 0 2 11D 5D 41
Octal 317 120 371 21 104 0 2 435 135 101
Binary 11001111 1010000 11111001 10001 1000100 0 10 100011101 1011101 1000001

Color Harmonies of #CF50F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF50F9

Black with #CF50F9

Text Example


Text Example

White with #CF50F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF50F9; }

 p { color: rgb(207,80,249); }

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

background-color css

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

 a { background-color: rgb(207,80,249); }

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

border-color css

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

 span { border-color: rgb(207,80,249); }

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