Html Css Color HEX #D655FA Heliotrope

📋 copy color: '#D655FA'

red 214 ◦ green 85 ◦ blue 250

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

Shades of Heliotrope #D655FA

Tints of Heliotrope #D655FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.54%

R = 38.98%
G = 15.48%
B = 45.54%

CMYK

 C value IS 0.14

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D655FA (or 0xD655FA) is known color: Heliotrope. HEX triplet: D6, 55 and FA. RGB value is (214,85,250). Sum of RGB (Red+Green+Blue) = 214+85+250=549 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.98% from 549); Green value is 85 (33.59% from 255 or 15.48% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #D655FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D655FA is #29AA05. Grayscale: #8D8D8D. Windows color (decimal): -2730502 or 16405974. OLE color: 16405974.

HSL color Cylindrical-coordinate representation of color #D655FA: hue angle of 286.91º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D655FA is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 85 250 -
CMYK 0.14 0.66 0 0.02
HSL 286.91º 0.94% 0.66% -
HSV(B) 286.91º 0.66% 0.98% -
XYZ 48.24 27.7 93.25 -
YUV 142.38 188.74 179.08 -
System Red Green Blue C M Y K H S L
Decimal 214 85 250 0.14 0.66 0 0.02 286.91 0.94 0.66
Hex D6 55 FA E 42 0 2 11F 5E 42
Octal 326 125 372 16 102 0 2 437 136 102
Binary 11010110 1010101 11111010 1110 1000010 0 10 100011111 1011110 1000010

Color Harmonies of #D655FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D655FA

Black with #D655FA

Text Example


Text Example

White with #D655FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D655FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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