Html Css Color HEX #D641FC Heliotrope

📋 copy color: '#D641FC'

red 214 ◦ green 65 ◦ blue 252

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

Shades of Heliotrope #D641FC

Tints of Heliotrope #D641FC

RGB

 RED value IS 214 (83.98% from 255) = 40.3%

 GREEN value IS 65 (25.78% from 255) = 12.24%

 BLUE value IS 252 (98.83% from 255) = 47.46%

R = 40.3%
G = 12.24%
B = 47.46%

CMYK

 C value IS 0.15

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D641FC (or 0xD641FC) is known color: Heliotrope. HEX triplet: D6, 41 and FC. RGB value is (214,65,252). Sum of RGB (Red+Green+Blue) = 214+65+252=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 65 (25.78% from 255 or 12.24% from 531); Blue value is 252 (98.83% from 255 or 47.46% from 531); Max value from RGB is 252 - color contains mainly: blue. Hex color #D641FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D641FC is #29BE03. Grayscale: #828282. Windows color (decimal): -2735620 or 16531926. OLE color: 16531926.

HSL color Cylindrical-coordinate representation of color #D641FC: hue angle of 287.81º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D641FC is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 214 65 252 -
CMYK 0.15 0.74 0 0.01
HSL 287.81º 0.97% 0.62% -
HSV(B) 287.81º 0.74% 0.99% -
XYZ 47.19 25.11 94.45 -
YUV 130.87 196.36 187.29 -
System Red Green Blue C M Y K H S L
Decimal 214 65 252 0.15 0.74 0 0.01 287.81 0.97 0.62
Hex D6 41 FC F 4A 0 1 120 61 3E
Octal 326 101 374 17 112 0 1 440 141 76
Binary 11010110 1000001 11111100 1111 1001010 0 1 100100000 1100001 111110

Color Harmonies of #D641FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D641FC

Black with #D641FC

Text Example


Text Example

White with #D641FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D641FC; }

 p { color: rgb(214,65,252); }

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

background-color css

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

 a { background-color: rgb(214,65,252); }

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

border-color css

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

 span { border-color: rgb(214,65,252); }

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