Html Css Color HEX #D462FD Heliotrope

📋 copy color: '#D462FD'

red 212 ◦ green 98 ◦ blue 253

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

Shades of Heliotrope #D462FD

Tints of Heliotrope #D462FD

RGB

 RED value IS 212 (83.2% from 255) = 37.66%

 GREEN value IS 98 (38.67% from 255) = 17.41%

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

R = 37.66%
G = 17.41%
B = 44.94%

CMYK

 C value IS 0.16

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D462FD (or 0xD462FD) is known color: Heliotrope. HEX triplet: D4, 62 and FD. RGB value is (212,98,253). Sum of RGB (Red+Green+Blue) = 212+98+253=563 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.66% from 563); Green value is 98 (38.67% from 255 or 17.41% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #D462FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D462FD is #2B9D02. Grayscale: #959595. Windows color (decimal): -2858243 or 16605908. OLE color: 16605908.

HSL color Cylindrical-coordinate representation of color #D462FD: hue angle of 284.13º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D462FD is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 212 98 253 -
CMYK 0.16 0.61 0 0.01
HSL 284.13º 0.97% 0.69% -
HSV(B) 284.13º 0.61% 0.99% -
XYZ 49.25 29.82 96.09 -
YUV 149.76 186.27 172.4 -
System Red Green Blue C M Y K H S L
Decimal 212 98 253 0.16 0.61 0 0.01 284.13 0.97 0.69
Hex D4 62 FD 10 3D 0 1 11C 61 45
Octal 324 142 375 20 75 0 1 434 141 105
Binary 11010100 1100010 11111101 10000 111101 0 1 100011100 1100001 1000101

Color Harmonies of #D462FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D462FD

Black with #D462FD

Text Example


Text Example

White with #D462FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D462FD; }

 p { color: rgb(212,98,253); }

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

background-color css

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

 a { background-color: rgb(212,98,253); }

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

border-color css

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

 span { border-color: rgb(212,98,253); }

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