Html Css Color HEX #D466FA Heliotrope

📋 copy color: '#D466FA'

red 212 ◦ green 102 ◦ blue 250

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

Shades of Heliotrope #D466FA

Tints of Heliotrope #D466FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.33%

R = 37.59%
G = 18.09%
B = 44.33%

CMYK

 C value IS 0.15

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D466FA (or 0xD466FA) is known color: Heliotrope. HEX triplet: D4, 66 and FA. RGB value is (212,102,250). Sum of RGB (Red+Green+Blue) = 212+102+250=564 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.59% from 564); Green value is 102 (40.23% from 255 or 18.09% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 250 - color contains mainly: blue. Hex color #D466FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D466FA is #2B9905. Grayscale: #979797. Windows color (decimal): -2857222 or 16410324. OLE color: 16410324.

HSL color Cylindrical-coordinate representation of color #D466FA: hue angle of 284.59º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D466FA is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 102 250 -
CMYK 0.15 0.59 0 0.02
HSL 284.59º 0.94% 0.69% -
HSV(B) 284.59º 0.59% 0.98% -
XYZ 49.16 30.4 93.72 -
YUV 151.76 183.44 170.97 -
System Red Green Blue C M Y K H S L
Decimal 212 102 250 0.15 0.59 0 0.02 284.59 0.94 0.69
Hex D4 66 FA F 3B 0 2 11D 5E 45
Octal 324 146 372 17 73 0 2 435 136 105
Binary 11010100 1100110 11111010 1111 111011 0 10 100011101 1011110 1000101

Color Harmonies of #D466FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D466FA

Black with #D466FA

Text Example


Text Example

White with #D466FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D466FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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