Html Css Color HEX #D65FF5 Heliotrope

📋 copy color: '#D65FF5'

red 214 ◦ green 95 ◦ blue 245

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

Shades of Heliotrope #D65FF5

Tints of Heliotrope #D65FF5

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.15%

 BLUE value IS 245 (96.09% from 255) = 44.22%

R = 38.63%
G = 17.15%
B = 44.22%

CMYK

 C value IS 0.13

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D65FF5 (or 0xD65FF5) is known color: Heliotrope. HEX triplet: D6, 5F and F5. RGB value is (214,95,245). Sum of RGB (Red+Green+Blue) = 214+95+245=554 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.63% from 554); Green value is 95 (37.5% from 255 or 17.15% from 554); Blue value is 245 (96.09% from 255 or 44.22% from 554); Max value from RGB is 245 - color contains mainly: blue. Hex color #D65FF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D65FF5 is #29A00A. Grayscale: #939393. Windows color (decimal): -2727947 or 16080854. OLE color: 16080854.

HSL color Cylindrical-coordinate representation of color #D65FF5: hue angle of 287.6º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D65FF5 is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 214 95 245 -
CMYK 0.13 0.61 0 0.04
HSL 287.6º 0.88% 0.67% -
HSV(B) 287.6º 0.61% 0.96% -
XYZ 48.31 29.07 89.45 -
YUV 147.68 182.92 175.3 -
System Red Green Blue C M Y K H S L
Decimal 214 95 245 0.13 0.61 0 0.04 287.6 0.88 0.67
Hex D6 5F F5 D 3D 0 4 120 58 43
Octal 326 137 365 15 75 0 4 440 130 103
Binary 11010110 1011111 11110101 1101 111101 0 100 100100000 1011000 1000011

Color Harmonies of #D65FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65FF5

Black with #D65FF5

Text Example


Text Example

White with #D65FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65FF5; }

 p { color: rgb(214,95,245); }

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

background-color css

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

 a { background-color: rgb(214,95,245); }

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

border-color css

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

 span { border-color: rgb(214,95,245); }

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