Html Css Color HEX #CF71F5 Heliotrope

📋 copy color: '#CF71F5'

red 207 ◦ green 113 ◦ blue 245

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

Shades of Heliotrope #CF71F5

Tints of Heliotrope #CF71F5

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20%

 BLUE value IS 245 (96.09% from 255) = 43.36%

R = 36.64%
G = 20%
B = 43.36%

CMYK

 C value IS 0.16

 M value IS 0.54

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CF71F5 (or 0xCF71F5) is known color: Heliotrope. HEX triplet: CF, 71 and F5. RGB value is (207,113,245). Sum of RGB (Red+Green+Blue) = 207+113+245=565 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.64% from 565); Green value is 113 (44.53% from 255 or 20% from 565); Blue value is 245 (96.09% from 255 or 43.36% from 565); Max value from RGB is 245 - color contains mainly: blue. Hex color #CF71F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF71F5 is #308E0A. Grayscale: #9B9B9B. Windows color (decimal): -3182091 or 16085455. OLE color: 16085455.

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

Color convert

RGB 207 113 245 -
CMYK 0.16 0.54 0 0.04
HSL 282.73º 0.87% 0.7% -
HSV(B) 282.73º 0.54% 0.96% -
XYZ 48.12 31.67 89.96 -
YUV 156.15 178.14 164.27 -
System Red Green Blue C M Y K H S L
Decimal 207 113 245 0.16 0.54 0 0.04 282.73 0.87 0.7
Hex CF 71 F5 10 36 0 4 11B 57 46
Octal 317 161 365 20 66 0 4 433 127 106
Binary 11001111 1110001 11110101 10000 110110 0 100 100011011 1010111 1000110

Color Harmonies of #CF71F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF71F5

Black with #CF71F5

Text Example


Text Example

White with #CF71F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF71F5; }

 p { color: rgb(207,113,245); }

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

background-color css

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

 a { background-color: rgb(207,113,245); }

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

border-color css

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

 span { border-color: rgb(207,113,245); }

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