Html Css Color HEX #DF68F0 Heliotrope

📋 copy color: '#DF68F0'

red 223 ◦ green 104 ◦ blue 240

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

Shades of Heliotrope #DF68F0

Tints of Heliotrope #DF68F0

RGB

 RED value IS 223 (87.5% from 255) = 39.33%

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

 BLUE value IS 240 (94.14% from 255) = 42.33%

R = 39.33%
G = 18.34%
B = 42.33%

CMYK

 C value IS 0.07

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DF68F0 (or 0xDF68F0) is known color: Heliotrope. HEX triplet: DF, 68 and F0. RGB value is (223,104,240). Sum of RGB (Red+Green+Blue) = 223+104+240=567 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.33% from 567); Green value is 104 (41.02% from 255 or 18.34% from 567); Blue value is 240 (94.14% from 255 or 42.33% from 567); Max value from RGB is 240 - color contains mainly: blue. Hex color #DF68F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF68F0 is #20970F. Grayscale: #9A9A9A. Windows color (decimal): -2135824 or 15755487. OLE color: 15755487.

HSL color Cylindrical-coordinate representation of color #DF68F0: hue angle of 292.5º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF68F0 is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 223 104 240 -
CMYK 0.07 0.57 0 0.06
HSL 292.5º 0.82% 0.67% -
HSV(B) 292.5º 0.57% 0.94% -
XYZ 51.11 31.88 85.9 -
YUV 155.09 175.92 176.44 -
System Red Green Blue C M Y K H S L
Decimal 223 104 240 0.07 0.57 0 0.06 292.5 0.82 0.67
Hex DF 68 F0 7 39 0 6 124 52 43
Octal 337 150 360 7 71 0 6 444 122 103
Binary 11011111 1101000 11110000 111 111001 0 110 100100100 1010010 1000011

Color Harmonies of #DF68F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF68F0

Black with #DF68F0

Text Example


Text Example

White with #DF68F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF68F0; }

 p { color: rgb(223,104,240); }

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

background-color css

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

 a { background-color: rgb(223,104,240); }

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

border-color css

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

 span { border-color: rgb(223,104,240); }

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