Html Css Color HEX #D666FC Heliotrope

📋 copy color: '#D666FC'

red 214 ◦ green 102 ◦ blue 252

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

Shades of Heliotrope #D666FC

Tints of Heliotrope #D666FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.37%

R = 37.68%
G = 17.96%
B = 44.37%

CMYK

 C value IS 0.15

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D666FC (or 0xD666FC) is known color: Heliotrope. HEX triplet: D6, 66 and FC. RGB value is (214,102,252). Sum of RGB (Red+Green+Blue) = 214+102+252=568 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.68% from 568); Green value is 102 (40.23% from 255 or 17.96% from 568); Blue value is 252 (98.83% from 255 or 44.37% from 568); Max value from RGB is 252 - color contains mainly: blue. Hex color #D666FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D666FC is #299903. Grayscale: #989898. Windows color (decimal): -2726148 or 16541398. OLE color: 16541398.

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

Color convert

RGB 214 102 252 -
CMYK 0.15 0.60 0 0.01
HSL 284.8º 0.96% 0.69% -
HSV(B) 284.8º 0.6% 0.99% -
XYZ 50.05 30.83 95.41 -
YUV 152.59 184.11 171.8 -
System Red Green Blue C M Y K H S L
Decimal 214 102 252 0.15 0.60 0 0.01 284.8 0.96 0.69
Hex D6 66 FC F 3C 0 1 11D 60 45
Octal 326 146 374 17 74 0 1 435 140 105
Binary 11010110 1100110 11111100 1111 111100 0 1 100011101 1100000 1000101

Color Harmonies of #D666FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D666FC

Black with #D666FC

Text Example


Text Example

White with #D666FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D666FC; }

 p { color: rgb(214,102,252); }

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

background-color css

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

 a { background-color: rgb(214,102,252); }

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

border-color css

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

 span { border-color: rgb(214,102,252); }

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