Html Css Color HEX #CF70F1 Heliotrope

📋 copy color: '#CF70F1'

red 207 ◦ green 112 ◦ blue 241

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

Shades of Heliotrope #CF70F1

Tints of Heliotrope #CF70F1

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20%

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

R = 36.96%
G = 20%
B = 43.04%

CMYK

 C value IS 0.14

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CF70F1 (or 0xCF70F1) is known color: Heliotrope. HEX triplet: CF, 70 and F1. RGB value is (207,112,241). Sum of RGB (Red+Green+Blue) = 207+112+241=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 112 (44.14% from 255 or 20% from 560); Blue value is 241 (94.53% from 255 or 43.04% from 560); Max value from RGB is 241 - color contains mainly: blue. Hex color #CF70F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF70F1 is #308F0E. Grayscale: #9A9A9A. Windows color (decimal): -3182351 or 15823055. OLE color: 15823055.

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

Color convert

RGB 207 112 241 -
CMYK 0.14 0.54 0 0.05
HSL 284.19º 0.82% 0.69% -
HSV(B) 284.19º 0.54% 0.95% -
XYZ 47.4 31.2 86.74 -
YUV 155.11 176.47 165.01 -
System Red Green Blue C M Y K H S L
Decimal 207 112 241 0.14 0.54 0 0.05 284.19 0.82 0.69
Hex CF 70 F1 E 36 0 5 11C 52 45
Octal 317 160 361 16 66 0 5 434 122 105
Binary 11001111 1110000 11110001 1110 110110 0 101 100011100 1010010 1000101

Color Harmonies of #CF70F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF70F1

Black with #CF70F1

Text Example


Text Example

White with #CF70F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF70F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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