Html Css Color HEX #CF62F1 Heliotrope

📋 copy color: '#CF62F1'

red 207 ◦ green 98 ◦ blue 241

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

Shades of Heliotrope #CF62F1

Tints of Heliotrope #CF62F1

RGB

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

 GREEN value IS 98 (38.67% from 255) = 17.95%

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

R = 37.91%
G = 17.95%
B = 44.14%

CMYK

 C value IS 0.14

 M value IS 0.59

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CF62F1 (or 0xCF62F1) is known color: Heliotrope. HEX triplet: CF, 62 and F1. RGB value is (207,98,241). Sum of RGB (Red+Green+Blue) = 207+98+241=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 98 (38.67% from 255 or 17.95% from 546); Blue value is 241 (94.53% from 255 or 44.14% from 546); Max value from RGB is 241 - color contains mainly: blue. Hex color #CF62F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF62F1 is #309D0E. Grayscale: #929292. Windows color (decimal): -3185935 or 15819471. OLE color: 15819471.

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

Color convert

RGB 207 98 241 -
CMYK 0.14 0.59 0 0.05
HSL 285.73º 0.84% 0.66% -
HSV(B) 285.73º 0.59% 0.95% -
XYZ 45.98 28.35 86.27 -
YUV 146.89 181.11 170.87 -
System Red Green Blue C M Y K H S L
Decimal 207 98 241 0.14 0.59 0 0.05 285.73 0.84 0.66
Hex CF 62 F1 E 3B 0 5 11E 54 42
Octal 317 142 361 16 73 0 5 436 124 102
Binary 11001111 1100010 11110001 1110 111011 0 101 100011110 1010100 1000010

Color Harmonies of #CF62F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF62F1

Black with #CF62F1

Text Example


Text Example

White with #CF62F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF62F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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