Html Css Color HEX #D466FD Heliotrope

📋 copy color: '#D466FD'

red 212 ◦ green 102 ◦ blue 253

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

Shades of Heliotrope #D466FD

Tints of Heliotrope #D466FD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 17.99%

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

R = 37.39%
G = 17.99%
B = 44.62%

CMYK

 C value IS 0.16

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D466FD (or 0xD466FD) is known color: Heliotrope. HEX triplet: D4, 66 and FD. RGB value is (212,102,253). Sum of RGB (Red+Green+Blue) = 212+102+253=567 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.39% from 567); Green value is 102 (40.23% from 255 or 17.99% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #D466FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D466FD is #2B9902. Grayscale: #979797. Windows color (decimal): -2857219 or 16606932. OLE color: 16606932.

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

Color convert

RGB 212 102 253 -
CMYK 0.16 0.60 0 0.01
HSL 283.71º 0.97% 0.7% -
HSV(B) 283.71º 0.6% 0.99% -
XYZ 49.63 30.59 96.22 -
YUV 152.1 184.94 170.72 -
System Red Green Blue C M Y K H S L
Decimal 212 102 253 0.16 0.60 0 0.01 283.71 0.97 0.7
Hex D4 66 FD 10 3C 0 1 11C 61 46
Octal 324 146 375 20 74 0 1 434 141 106
Binary 11010100 1100110 11111101 10000 111100 0 1 100011100 1100001 1000110

Color Harmonies of #D466FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D466FD

Black with #D466FD

Text Example


Text Example

White with #D466FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D466FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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