Html Css Color HEX #D675FF Heliotrope

📋 copy color: '#D675FF'

red 214 ◦ green 117 ◦ blue 255

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

Shades of Heliotrope #D675FF

Tints of Heliotrope #D675FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.52%

R = 36.52%
G = 19.97%
B = 43.52%

CMYK

 C value IS 0.16

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D675FF (or 0xD675FF) is known color: Heliotrope. HEX triplet: D6, 75 and FF. RGB value is (214,117,255). Sum of RGB (Red+Green+Blue) = 214+117+255=586 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.52% from 586); Green value is 117 (46.09% from 255 or 19.97% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #D675FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D675FF is #298A00. Grayscale: #A1A1A1. Windows color (decimal): -2722305 or 16741846. OLE color: 16741846.

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

Color convert

RGB 214 117 255 -
CMYK 0.16 0.54 0 0
HSL 282.17º 1% 0.73% -
HSV(B) 282.17º 0.54% 1% -
XYZ 52.14 34.24 98.47 -
YUV 161.74 180.64 165.28 -
System Red Green Blue C M Y K H S L
Decimal 214 117 255 0.16 0.54 0 0 282.17 1 0.73
Hex D6 75 FF 10 36 0 0 11A 64 49
Octal 326 165 377 20 66 0 0 432 144 111
Binary 11010110 1110101 11111111 10000 110110 0 0 100011010 1100100 1001001

Color Harmonies of #D675FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D675FF

Black with #D675FF

Text Example


Text Example

White with #D675FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D675FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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