Html Css Color HEX #D68CFF Heliotrope

📋 copy color: '#D68CFF'

red 214 ◦ green 140 ◦ blue 255

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

Shades of Heliotrope #D68CFF

Tints of Heliotrope #D68CFF

RGB

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

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

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

R = 35.14%
G = 22.99%
B = 41.87%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D68CFF (or 0xD68CFF) is known color: Heliotrope. HEX triplet: D6, 8C and FF. RGB value is (214,140,255). Sum of RGB (Red+Green+Blue) = 214+140+255=609 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.14% from 609); Green value is 140 (55.08% from 255 or 22.99% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #D68CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68CFF is #297300. Grayscale: #AEAEAE. Windows color (decimal): -2716417 or 16747734. OLE color: 16747734.

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

Color convert

RGB 214 140 255 -
CMYK 0.16 0.45 0 0
HSL 278.61º 1% 0.77% -
HSV(B) 278.61º 0.45% 1% -
XYZ 55.16 40.27 99.47 -
YUV 175.24 173.02 155.65 -
System Red Green Blue C M Y K H S L
Decimal 214 140 255 0.16 0.45 0 0 278.61 1 0.77
Hex D6 8C FF 10 2D 0 0 117 64 4D
Octal 326 214 377 20 55 0 0 427 144 115
Binary 11010110 10001100 11111111 10000 101101 0 0 100010111 1100100 1001101

Color Harmonies of #D68CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68CFF

Black with #D68CFF

Text Example


Text Example

White with #D68CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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