Html Css Color HEX #D668FF Heliotrope

📋 copy color: '#D668FF'

red 214 ◦ green 104 ◦ blue 255

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

Shades of Heliotrope #D668FF

Tints of Heliotrope #D668FF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.15%

 BLUE value IS 255 (100% from 255) = 44.5%

R = 37.35%
G = 18.15%
B = 44.5%

CMYK

 C value IS 0.16

 M value IS 0.59

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D668FF (or 0xD668FF) is known color: Heliotrope. HEX triplet: D6, 68 and FF. RGB value is (214,104,255). Sum of RGB (Red+Green+Blue) = 214+104+255=573 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.35% from 573); Green value is 104 (41.02% from 255 or 18.15% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #D668FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D668FF is #299700. Grayscale: #999999. Windows color (decimal): -2725633 or 16738518. OLE color: 16738518.

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

Color convert

RGB 214 104 255 -
CMYK 0.16 0.59 0 0
HSL 283.71º 1% 0.7% -
HSV(B) 283.71º 0.59% 1% -
XYZ 50.73 31.42 98 -
YUV 154.1 184.94 170.72 -
System Red Green Blue C M Y K H S L
Decimal 214 104 255 0.16 0.59 0 0 283.71 1 0.7
Hex D6 68 FF 10 3B 0 0 11C 64 46
Octal 326 150 377 20 73 0 0 434 144 106
Binary 11010110 1101000 11111111 10000 111011 0 0 100011100 1100100 1000110

Color Harmonies of #D668FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D668FF

Black with #D668FF

Text Example


Text Example

White with #D668FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D668FF; }

 p { color: rgb(214,104,255); }

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

background-color css

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

 a { background-color: rgb(214,104,255); }

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

border-color css

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

 span { border-color: rgb(214,104,255); }

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