Html Css Color HEX #D68CFD Heliotrope

📋 copy color: '#D68CFD'

red 214 ◦ green 140 ◦ blue 253

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

Shades of Heliotrope #D68CFD

Tints of Heliotrope #D68CFD

RGB

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

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

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

R = 35.26%
G = 23.06%
B = 41.68%

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

#D68CFD (or 0xD68CFD) is known color: Heliotrope. HEX triplet: D6, 8C and FD. RGB value is (214,140,253). Sum of RGB (Red+Green+Blue) = 214+140+253=607 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.26% from 607); Green value is 140 (55.08% from 255 or 23.06% from 607); Blue value is 253 (99.22% from 255 or 41.68% from 607); Max value from RGB is 253 - color contains mainly: blue. Hex color #D68CFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68CFD is #297302. Grayscale: #AEAEAE. Windows color (decimal): -2716419 or 16616662. OLE color: 16616662.

HSL color Cylindrical-coordinate representation of color #D68CFD: hue angle of 279.29º 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 #D68CFD is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 214 140 253 -
CMYK 0.15 0.45 0 0.01
HSL 279.29º 0.97% 0.77% -
HSV(B) 279.29º 0.45% 0.99% -
XYZ 54.84 40.14 97.79 -
YUV 175.01 172.02 155.81 -
System Red Green Blue C M Y K H S L
Decimal 214 140 253 0.15 0.45 0 0.01 279.29 0.97 0.77
Hex D6 8C FD F 2D 0 1 117 61 4D
Octal 326 214 375 17 55 0 1 427 141 115
Binary 11010110 10001100 11111101 1111 101101 0 1 100010111 1100001 1001101

Color Harmonies of #D68CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68CFD

Black with #D68CFD

Text Example


Text Example

White with #D68CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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