Html Css Color HEX #D68CF8 Heliotrope

📋 copy color: '#D68CF8'

red 214 ◦ green 140 ◦ blue 248

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

Shades of Heliotrope #D68CF8

Tints of Heliotrope #D68CF8

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.26%

 BLUE value IS 248 (97.27% from 255) = 41.2%

R = 35.55%
G = 23.26%
B = 41.2%

CMYK

 C value IS 0.14

 M value IS 0.44

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D68CF8 (or 0xD68CF8) is known color: Heliotrope. HEX triplet: D6, 8C and F8. RGB value is (214,140,248). Sum of RGB (Red+Green+Blue) = 214+140+248=602 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.55% from 602); Green value is 140 (55.08% from 255 or 23.26% from 602); Blue value is 248 (97.27% from 255 or 41.20% from 602); Max value from RGB is 248 - color contains mainly: blue. Hex color #D68CF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68CF8 is #297307. Grayscale: #AEAEAE. Windows color (decimal): -2716424 or 16288982. OLE color: 16288982.

HSL color Cylindrical-coordinate representation of color #D68CF8: hue angle of 281.11º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D68CF8 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 214 140 248 -
CMYK 0.14 0.44 0 0.03
HSL 281.11º 0.89% 0.76% -
HSV(B) 281.11º 0.44% 0.97% -
XYZ 54.05 39.83 93.65 -
YUV 174.44 169.52 156.22 -
System Red Green Blue C M Y K H S L
Decimal 214 140 248 0.14 0.44 0 0.03 281.11 0.89 0.76
Hex D6 8C F8 E 2C 0 3 119 59 4C
Octal 326 214 370 16 54 0 3 431 131 114
Binary 11010110 10001100 11111000 1110 101100 0 11 100011001 1011001 1001100

Color Harmonies of #D68CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68CF8

Black with #D68CF8

Text Example


Text Example

White with #D68CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68CF8; }

 p { color: rgb(214,140,248); }

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

background-color css

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

 a { background-color: rgb(214,140,248); }

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

border-color css

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

 span { border-color: rgb(214,140,248); }

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