Html Css Color HEX #D68BFD Heliotrope

📋 copy color: '#D68BFD'

red 214 ◦ green 139 ◦ blue 253

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

Shades of Heliotrope #D68BFD

Tints of Heliotrope #D68BFD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 22.94%

 BLUE value IS 253 (99.22% from 255) = 41.75%

R = 35.31%
G = 22.94%
B = 41.75%

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

#D68BFD (or 0xD68BFD) is known color: Heliotrope. HEX triplet: D6, 8B and FD. RGB value is (214,139,253). Sum of RGB (Red+Green+Blue) = 214+139+253=606 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.31% from 606); Green value is 139 (54.69% from 255 or 22.94% from 606); Blue value is 253 (99.22% from 255 or 41.75% from 606); Max value from RGB is 253 - color contains mainly: blue. Hex color #D68BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68BFD is #297402. Grayscale: #AEAEAE. Windows color (decimal): -2716675 or 16616406. OLE color: 16616406.

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

Color convert

RGB 214 139 253 -
CMYK 0.15 0.45 0 0.01
HSL 279.47º 0.97% 0.77% -
HSV(B) 279.47º 0.45% 0.99% -
XYZ 54.69 39.85 97.74 -
YUV 174.42 172.35 156.23 -
System Red Green Blue C M Y K H S L
Decimal 214 139 253 0.15 0.45 0 0.01 279.47 0.97 0.77
Hex D6 8B FD F 2D 0 1 117 61 4D
Octal 326 213 375 17 55 0 1 427 141 115
Binary 11010110 10001011 11111101 1111 101101 0 1 100010111 1100001 1001101

Color Harmonies of #D68BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68BFD

Black with #D68BFD

Text Example


Text Example

White with #D68BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68BFD; }

 p { color: rgb(214,139,253); }

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

background-color css

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

 a { background-color: rgb(214,139,253); }

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

border-color css

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

 span { border-color: rgb(214,139,253); }

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