Html Css Color HEX #D65EFD Heliotrope

📋 copy color: '#D65EFD'

red 214 ◦ green 94 ◦ blue 253

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

Shades of Heliotrope #D65EFD

Tints of Heliotrope #D65EFD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 16.76%

 BLUE value IS 253 (99.22% from 255) = 45.1%

R = 38.15%
G = 16.76%
B = 45.1%

CMYK

 C value IS 0.15

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D65EFD (or 0xD65EFD) is known color: Heliotrope. HEX triplet: D6, 5E and FD. RGB value is (214,94,253). Sum of RGB (Red+Green+Blue) = 214+94+253=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 94 (37.11% from 255 or 16.76% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #D65EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D65EFD is #29A102. Grayscale: #939393. Windows color (decimal): -2728195 or 16604886. OLE color: 16604886.

HSL color Cylindrical-coordinate representation of color #D65EFD: hue angle of 285.28º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D65EFD is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 214 94 253 -
CMYK 0.15 0.63 0 0.01
HSL 285.28º 0.98% 0.68% -
HSV(B) 285.28º 0.63% 0.99% -
XYZ 49.46 29.39 95.99 -
YUV 148.01 187.26 175.07 -
System Red Green Blue C M Y K H S L
Decimal 214 94 253 0.15 0.63 0 0.01 285.28 0.98 0.68
Hex D6 5E FD F 3F 0 1 11D 62 44
Octal 326 136 375 17 77 0 1 435 142 104
Binary 11010110 1011110 11111101 1111 111111 0 1 100011101 1100010 1000100

Color Harmonies of #D65EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65EFD

Black with #D65EFD

Text Example


Text Example

White with #D65EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65EFD; }

 p { color: rgb(214,94,253); }

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

background-color css

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

 a { background-color: rgb(214,94,253); }

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

border-color css

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

 span { border-color: rgb(214,94,253); }

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