Html Css Color HEX #D681FC Heliotrope

📋 copy color: '#D681FC'

red 214 ◦ green 129 ◦ blue 252

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

Shades of Heliotrope #D681FC

Tints of Heliotrope #D681FC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 21.68%

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

R = 35.97%
G = 21.68%
B = 42.35%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D681FC (or 0xD681FC) is known color: Heliotrope. HEX triplet: D6, 81 and FC. RGB value is (214,129,252). Sum of RGB (Red+Green+Blue) = 214+129+252=595 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.97% from 595); Green value is 129 (50.78% from 255 or 21.68% from 595); Blue value is 252 (98.83% from 255 or 42.35% from 595); Max value from RGB is 252 - color contains mainly: blue. Hex color #D681FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D681FC is #297E03. Grayscale: #A8A8A8. Windows color (decimal): -2719236 or 16548310. OLE color: 16548310.

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

Color convert

RGB 214 129 252 -
CMYK 0.15 0.49 0 0.01
HSL 281.46º 0.95% 0.75% -
HSV(B) 281.46º 0.49% 0.99% -
XYZ 53.15 37.02 96.44 -
YUV 168.44 175.16 160.5 -
System Red Green Blue C M Y K H S L
Decimal 214 129 252 0.15 0.49 0 0.01 281.46 0.95 0.75
Hex D6 81 FC F 31 0 1 119 5F 4B
Octal 326 201 374 17 61 0 1 431 137 113
Binary 11010110 10000001 11111100 1111 110001 0 1 100011001 1011111 1001011

Color Harmonies of #D681FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D681FC

Black with #D681FC

Text Example


Text Example

White with #D681FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D681FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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