Html Css Color HEX #D65AF5 Heliotrope

📋 copy color: '#D65AF5'

red 214 ◦ green 90 ◦ blue 245

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

Shades of Heliotrope #D65AF5

Tints of Heliotrope #D65AF5

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.39%

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

R = 38.98%
G = 16.39%
B = 44.63%

CMYK

 C value IS 0.13

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D65AF5 (or 0xD65AF5) is known color: Heliotrope. HEX triplet: D6, 5A and F5. RGB value is (214,90,245). Sum of RGB (Red+Green+Blue) = 214+90+245=549 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.98% from 549); Green value is 90 (35.55% from 255 or 16.39% from 549); Blue value is 245 (96.09% from 255 or 44.63% from 549); Max value from RGB is 245 - color contains mainly: blue. Hex color #D65AF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D65AF5 is #29A50A. Grayscale: #909090. Windows color (decimal): -2729227 or 16079574. OLE color: 16079574.

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

Color convert

RGB 214 90 245 -
CMYK 0.13 0.63 0 0.04
HSL 288º 0.89% 0.66% -
HSV(B) 288º 0.63% 0.96% -
XYZ 47.87 28.2 89.31 -
YUV 144.75 184.58 177.4 -
System Red Green Blue C M Y K H S L
Decimal 214 90 245 0.13 0.63 0 0.04 288 0.89 0.66
Hex D6 5A F5 D 3F 0 4 120 59 42
Octal 326 132 365 15 77 0 4 440 131 102
Binary 11010110 1011010 11110101 1101 111111 0 100 100100000 1011001 1000010

Color Harmonies of #D65AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65AF5

Black with #D65AF5

Text Example


Text Example

White with #D65AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65AF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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