Html Css Color HEX #D655FE Heliotrope

📋 copy color: '#D655FE'

red 214 ◦ green 85 ◦ blue 254

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

Shades of Heliotrope #D655FE

Tints of Heliotrope #D655FE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.37%

 BLUE value IS 254 (99.61% from 255) = 45.93%

R = 38.7%
G = 15.37%
B = 45.93%

CMYK

 C value IS 0.16

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D655FE (or 0xD655FE) is known color: Heliotrope. HEX triplet: D6, 55 and FE. RGB value is (214,85,254). Sum of RGB (Red+Green+Blue) = 214+85+254=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 85 (33.59% from 255 or 15.37% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #D655FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D655FE is #29AA01. Grayscale: #8E8E8E. Windows color (decimal): -2730498 or 16668118. OLE color: 16668118.

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

Color convert

RGB 214 85 254 -
CMYK 0.16 0.67 0 0.00
HSL 285.8º 0.99% 0.66% -
HSV(B) 285.8º 0.67% 1% -
XYZ 48.87 27.95 96.58 -
YUV 142.84 190.74 178.76 -
System Red Green Blue C M Y K H S L
Decimal 214 85 254 0.16 0.67 0 0.00 285.8 0.99 0.66
Hex D6 55 FE 10 43 0 0 11E 63 42
Octal 326 125 376 20 103 0 0 436 143 102
Binary 11010110 1010101 11111110 10000 1000011 0 0 100011110 1100011 1000010

Color Harmonies of #D655FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D655FE

Black with #D655FE

Text Example


Text Example

White with #D655FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D655FE; }

 p { color: rgb(214,85,254); }

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

background-color css

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

 a { background-color: rgb(214,85,254); }

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

border-color css

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

 span { border-color: rgb(214,85,254); }

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