Html Css Color HEX #D67EFB Heliotrope

📋 copy color: '#D67EFB'

red 214 ◦ green 126 ◦ blue 251

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

Shades of Heliotrope #D67EFB

Tints of Heliotrope #D67EFB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.32%

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

R = 36.21%
G = 21.32%
B = 42.47%

CMYK

 C value IS 0.15

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D67EFB (or 0xD67EFB) is known color: Heliotrope. HEX triplet: D6, 7E and FB. RGB value is (214,126,251). Sum of RGB (Red+Green+Blue) = 214+126+251=591 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.21% from 591); Green value is 126 (49.61% from 255 or 21.32% from 591); Blue value is 251 (98.44% from 255 or 42.47% from 591); Max value from RGB is 251 - color contains mainly: blue. Hex color #D67EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D67EFB is #298104. Grayscale: #A6A6A6. Windows color (decimal): -2720005 or 16482006. OLE color: 16482006.

HSL color Cylindrical-coordinate representation of color #D67EFB: hue angle of 282.24º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D67EFB is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 126 251 -
CMYK 0.15 0.50 0 0.02
HSL 282.24º 0.94% 0.74% -
HSV(B) 282.24º 0.5% 0.98% -
XYZ 52.61 36.18 95.48 -
YUV 166.56 175.65 161.84 -
System Red Green Blue C M Y K H S L
Decimal 214 126 251 0.15 0.50 0 0.02 282.24 0.94 0.74
Hex D6 7E FB F 32 0 2 11A 5E 4A
Octal 326 176 373 17 62 0 2 432 136 112
Binary 11010110 1111110 11111011 1111 110010 0 10 100011010 1011110 1001010

Color Harmonies of #D67EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67EFB

Black with #D67EFB

Text Example


Text Example

White with #D67EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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