Html Css Color HEX #D68AFB Heliotrope

📋 copy color: '#D68AFB'

red 214 ◦ green 138 ◦ blue 251

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

Shades of Heliotrope #D68AFB

Tints of Heliotrope #D68AFB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 22.89%

 BLUE value IS 251 (98.44% from 255) = 41.63%

R = 35.49%
G = 22.89%
B = 41.63%

CMYK

 C value IS 0.15

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D68AFB (or 0xD68AFB) is known color: Heliotrope. HEX triplet: D6, 8A and FB. RGB value is (214,138,251). Sum of RGB (Red+Green+Blue) = 214+138+251=603 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.49% from 603); Green value is 138 (54.30% from 255 or 22.89% from 603); Blue value is 251 (98.44% from 255 or 41.63% from 603); Max value from RGB is 251 - color contains mainly: blue. Hex color #D68AFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68AFB is #297504. Grayscale: #ADADAD. Windows color (decimal): -2716933 or 16485078. OLE color: 16485078.

HSL color Cylindrical-coordinate representation of color #D68AFB: hue angle of 280.35º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D68AFB is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 138 251 -
CMYK 0.15 0.45 0 0.02
HSL 280.35º 0.93% 0.76% -
HSV(B) 280.35º 0.45% 0.98% -
XYZ 54.23 39.44 96.02 -
YUV 173.61 171.68 156.81 -
System Red Green Blue C M Y K H S L
Decimal 214 138 251 0.15 0.45 0 0.02 280.35 0.93 0.76
Hex D6 8A FB F 2D 0 2 118 5D 4C
Octal 326 212 373 17 55 0 2 430 135 114
Binary 11010110 10001010 11111011 1111 101101 0 10 100011000 1011101 1001100

Color Harmonies of #D68AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68AFB

Black with #D68AFB

Text Example


Text Example

White with #D68AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68AFB; }

 p { color: rgb(214,138,251); }

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

background-color css

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

 a { background-color: rgb(214,138,251); }

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

border-color css

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

 span { border-color: rgb(214,138,251); }

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