Html Css Color HEX #D675FD Heliotrope

📋 copy color: '#D675FD'

red 214 ◦ green 117 ◦ blue 253

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

Shades of Heliotrope #D675FD

Tints of Heliotrope #D675FD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.03%

 BLUE value IS 253 (99.22% from 255) = 43.32%

R = 36.64%
G = 20.03%
B = 43.32%

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

#D675FD (or 0xD675FD) is known color: Heliotrope. HEX triplet: D6, 75 and FD. RGB value is (214,117,253). Sum of RGB (Red+Green+Blue) = 214+117+253=584 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.64% from 584); Green value is 117 (46.09% from 255 or 20.03% from 584); Blue value is 253 (99.22% from 255 or 43.32% from 584); Max value from RGB is 253 - color contains mainly: blue. Hex color #D675FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D675FD is #298A02. Grayscale: #A1A1A1. Windows color (decimal): -2722307 or 16610774. OLE color: 16610774.

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

Color convert

RGB 214 117 253 -
CMYK 0.15 0.54 0 0.01
HSL 282.79º 0.97% 0.73% -
HSV(B) 282.79º 0.54% 0.99% -
XYZ 51.82 34.11 96.78 -
YUV 161.51 179.64 165.44 -
System Red Green Blue C M Y K H S L
Decimal 214 117 253 0.15 0.54 0 0.01 282.79 0.97 0.73
Hex D6 75 FD F 36 0 1 11B 61 49
Octal 326 165 375 17 66 0 1 433 141 111
Binary 11010110 1110101 11111101 1111 110110 0 1 100011011 1100001 1001001

Color Harmonies of #D675FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D675FD

Black with #D675FD

Text Example


Text Example

White with #D675FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D675FD; }

 p { color: rgb(214,117,253); }

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

background-color css

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

 a { background-color: rgb(214,117,253); }

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

border-color css

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

 span { border-color: rgb(214,117,253); }

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