Html Css Color HEX #D68CFB Heliotrope

📋 copy color: '#D68CFB'

red 214 ◦ green 140 ◦ blue 251

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

Shades of Heliotrope #D68CFB

Tints of Heliotrope #D68CFB

RGB

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

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

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

R = 35.37%
G = 23.14%
B = 41.49%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D68CFB (or 0xD68CFB) is known color: Heliotrope. HEX triplet: D6, 8C and FB. RGB value is (214,140,251). Sum of RGB (Red+Green+Blue) = 214+140+251=605 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.37% from 605); Green value is 140 (55.08% from 255 or 23.14% from 605); Blue value is 251 (98.44% from 255 or 41.49% from 605); Max value from RGB is 251 - color contains mainly: blue. Hex color #D68CFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68CFB is #297304. Grayscale: #AEAEAE. Windows color (decimal): -2716421 or 16485590. OLE color: 16485590.

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

Color convert

RGB 214 140 251 -
CMYK 0.15 0.44 0 0.02
HSL 280º 0.93% 0.77% -
HSV(B) 280º 0.44% 0.98% -
XYZ 54.52 40.02 96.12 -
YUV 174.78 171.02 155.97 -
System Red Green Blue C M Y K H S L
Decimal 214 140 251 0.15 0.44 0 0.02 280 0.93 0.77
Hex D6 8C FB F 2C 0 2 118 5D 4D
Octal 326 214 373 17 54 0 2 430 135 115
Binary 11010110 10001100 11111011 1111 101100 0 10 100011000 1011101 1001101

Color Harmonies of #D68CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68CFB

Black with #D68CFB

Text Example


Text Example

White with #D68CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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