Html Css Color HEX #D673FC Heliotrope

📋 copy color: '#D673FC'

red 214 ◦ green 115 ◦ blue 252

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

Shades of Heliotrope #D673FC

Tints of Heliotrope #D673FC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 19.79%

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

R = 36.83%
G = 19.79%
B = 43.37%

CMYK

 C value IS 0.15

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D673FC (or 0xD673FC) is known color: Heliotrope. HEX triplet: D6, 73 and FC. RGB value is (214,115,252). Sum of RGB (Red+Green+Blue) = 214+115+252=581 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.83% from 581); Green value is 115 (45.31% from 255 or 19.79% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #D673FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D673FC is #298C03. Grayscale: #9F9F9F. Windows color (decimal): -2722820 or 16544726. OLE color: 16544726.

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

Color convert

RGB 214 115 252 -
CMYK 0.15 0.54 0 0.01
HSL 283.36º 0.96% 0.72% -
HSV(B) 283.36º 0.54% 0.99% -
XYZ 51.43 33.59 95.87 -
YUV 160.22 179.8 166.36 -
System Red Green Blue C M Y K H S L
Decimal 214 115 252 0.15 0.54 0 0.01 283.36 0.96 0.72
Hex D6 73 FC F 36 0 1 11B 60 48
Octal 326 163 374 17 66 0 1 433 140 110
Binary 11010110 1110011 11111100 1111 110110 0 1 100011011 1100000 1001000

Color Harmonies of #D673FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D673FC

Black with #D673FC

Text Example


Text Example

White with #D673FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D673FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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