Html Css Color HEX #D68BEE Heliotrope

📋 copy color: '#D68BEE'

red 214 ◦ green 139 ◦ blue 238

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

Shades of Heliotrope #D68BEE

Tints of Heliotrope #D68BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.27%

R = 36.21%
G = 23.52%
B = 40.27%

CMYK

 C value IS 0.10

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D68BEE (or 0xD68BEE) is known color: Heliotrope. HEX triplet: D6, 8B and EE. RGB value is (214,139,238). Sum of RGB (Red+Green+Blue) = 214+139+238=591 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.21% from 591); Green value is 139 (54.69% from 255 or 23.52% from 591); Blue value is 238 (93.36% from 255 or 40.27% from 591); Max value from RGB is 238 - color contains mainly: blue. Hex color #D68BEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68BEE is #297411. Grayscale: #ACACAC. Windows color (decimal): -2716690 or 15633366. OLE color: 15633366.

HSL color Cylindrical-coordinate representation of color #D68BEE: hue angle of 285.45º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D68BEE is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 139 238 -
CMYK 0.10 0.42 0 0.07
HSL 285.45º 0.74% 0.74% -
HSV(B) 285.45º 0.42% 0.93% -
XYZ 52.4 38.93 85.64 -
YUV 172.71 164.85 157.45 -
System Red Green Blue C M Y K H S L
Decimal 214 139 238 0.10 0.42 0 0.07 285.45 0.74 0.74
Hex D6 8B EE A 2A 0 7 11D 4A 4A
Octal 326 213 356 12 52 0 7 435 112 112
Binary 11010110 10001011 11101110 1010 101010 0 111 100011101 1001010 1001010

Color Harmonies of #D68BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68BEE

Black with #D68BEE

Text Example


Text Example

White with #D68BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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