Html Css Color HEX #D650FF Heliotrope

📋 copy color: '#D650FF'

red 214 ◦ green 80 ◦ blue 255

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

Shades of Heliotrope #D650FF

Tints of Heliotrope #D650FF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.57%

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

R = 38.98%
G = 14.57%
B = 46.45%

CMYK

 C value IS 0.16

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D650FF (or 0xD650FF) is known color: Heliotrope. HEX triplet: D6, 50 and FF. RGB value is (214,80,255). Sum of RGB (Red+Green+Blue) = 214+80+255=549 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.98% from 549); Green value is 80 (31.64% from 255 or 14.57% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #D650FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D650FF is #29AF00. Grayscale: #8B8B8B. Windows color (decimal): -2731777 or 16732374. OLE color: 16732374.

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

Color convert

RGB 214 80 255 -
CMYK 0.16 0.69 0 0
HSL 285.94º 1% 0.66% -
HSV(B) 285.94º 0.69% 1% -
XYZ 48.65 27.25 97.3 -
YUV 140.02 192.89 180.77 -
System Red Green Blue C M Y K H S L
Decimal 214 80 255 0.16 0.69 0 0 285.94 1 0.66
Hex D6 50 FF 10 45 0 0 11E 64 42
Octal 326 120 377 20 105 0 0 436 144 102
Binary 11010110 1010000 11111111 10000 1000101 0 0 100011110 1100100 1000010

Color Harmonies of #D650FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D650FF

Black with #D650FF

Text Example


Text Example

White with #D650FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D650FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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