Html Css Color HEX #D640FC Heliotrope

📋 copy color: '#D640FC'

red 214 ◦ green 64 ◦ blue 252

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

Shades of Heliotrope #D640FC

Tints of Heliotrope #D640FC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.08%

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

R = 40.38%
G = 12.08%
B = 47.55%

CMYK

 C value IS 0.15

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D640FC (or 0xD640FC) is known color: Heliotrope. HEX triplet: D6, 40 and FC. RGB value is (214,64,252). Sum of RGB (Red+Green+Blue) = 214+64+252=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 64 (25.39% from 255 or 12.08% from 530); Blue value is 252 (98.83% from 255 or 47.55% from 530); Max value from RGB is 252 - color contains mainly: blue. Hex color #D640FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D640FC is #29BF03. Grayscale: #818181. Windows color (decimal): -2735876 or 16531670. OLE color: 16531670.

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

Color convert

RGB 214 64 252 -
CMYK 0.15 0.75 0 0.01
HSL 287.87º 0.97% 0.62% -
HSV(B) 287.87º 0.75% 0.99% -
XYZ 47.14 24.99 94.43 -
YUV 130.28 196.7 187.71 -
System Red Green Blue C M Y K H S L
Decimal 214 64 252 0.15 0.75 0 0.01 287.87 0.97 0.62
Hex D6 40 FC F 4B 0 1 120 61 3E
Octal 326 100 374 17 113 0 1 440 141 76
Binary 11010110 1000000 11111100 1111 1001011 0 1 100100000 1100001 111110

Color Harmonies of #D640FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D640FC

Black with #D640FC

Text Example


Text Example

White with #D640FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D640FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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