Html Css Color HEX #D766FA Heliotrope

📋 copy color: '#D766FA'

red 215 ◦ green 102 ◦ blue 250

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

Shades of Heliotrope #D766FA

Tints of Heliotrope #D766FA

RGB

 RED value IS 215 (84.38% from 255) = 37.92%

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

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

R = 37.92%
G = 17.99%
B = 44.09%

CMYK

 C value IS 0.14

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D766FA (or 0xD766FA) is known color: Heliotrope. HEX triplet: D7, 66 and FA. RGB value is (215,102,250). Sum of RGB (Red+Green+Blue) = 215+102+250=567 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.92% from 567); Green value is 102 (40.23% from 255 or 17.99% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #D766FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D766FA is #289905. Grayscale: #989898. Windows color (decimal): -2660614 or 16410327. OLE color: 16410327.

HSL color Cylindrical-coordinate representation of color #D766FA: hue angle of 285.81º 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 #D766FA is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 215 102 250 -
CMYK 0.14 0.59 0 0.02
HSL 285.81º 0.94% 0.69% -
HSV(B) 285.81º 0.59% 0.98% -
XYZ 50.03 30.85 93.76 -
YUV 152.66 182.94 172.47 -
System Red Green Blue C M Y K H S L
Decimal 215 102 250 0.14 0.59 0 0.02 285.81 0.94 0.69
Hex D7 66 FA E 3B 0 2 11E 5E 45
Octal 327 146 372 16 73 0 2 436 136 105
Binary 11010111 1100110 11111010 1110 111011 0 10 100011110 1011110 1000101

Color Harmonies of #D766FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D766FA

Black with #D766FA

Text Example


Text Example

White with #D766FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D766FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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