Html Css Color HEX #D68AFC Heliotrope

📋 copy color: '#D68AFC'

red 214 ◦ green 138 ◦ blue 252

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

Shades of Heliotrope #D68AFC

Tints of Heliotrope #D68AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.72%

R = 35.43%
G = 22.85%
B = 41.72%

CMYK

 C value IS 0.15

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D68AFC (or 0xD68AFC) is known color: Heliotrope. HEX triplet: D6, 8A and FC. RGB value is (214,138,252). Sum of RGB (Red+Green+Blue) = 214+138+252=604 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.43% from 604); Green value is 138 (54.30% from 255 or 22.85% from 604); Blue value is 252 (98.83% from 255 or 41.72% from 604); Max value from RGB is 252 - color contains mainly: blue. Hex color #D68AFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68AFC is #297503. Grayscale: #ADADAD. Windows color (decimal): -2716932 or 16550614. OLE color: 16550614.

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

Color convert

RGB 214 138 252 -
CMYK 0.15 0.45 0 0.01
HSL 280º 0.95% 0.76% -
HSV(B) 280º 0.45% 0.99% -
XYZ 54.39 39.5 96.85 -
YUV 173.72 172.18 156.73 -
System Red Green Blue C M Y K H S L
Decimal 214 138 252 0.15 0.45 0 0.01 280 0.95 0.76
Hex D6 8A FC F 2D 0 1 118 5F 4C
Octal 326 212 374 17 55 0 1 430 137 114
Binary 11010110 10001010 11111100 1111 101101 0 1 100011000 1011111 1001100

Color Harmonies of #D68AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68AFC

Black with #D68AFC

Text Example


Text Example

White with #D68AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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