Html Css Color HEX #D67EFC Heliotrope

📋 copy color: '#D67EFC'

red 214 ◦ green 126 ◦ blue 252

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

Shades of Heliotrope #D67EFC

Tints of Heliotrope #D67EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.57%

R = 36.15%
G = 21.28%
B = 42.57%

CMYK

 C value IS 0.15

 M value IS 0.5

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D67EFC (or 0xD67EFC) is known color: Heliotrope. HEX triplet: D6, 7E and FC. RGB value is (214,126,252). Sum of RGB (Red+Green+Blue) = 214+126+252=592 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.15% from 592); Green value is 126 (49.61% from 255 or 21.28% from 592); Blue value is 252 (98.83% from 255 or 42.57% from 592); Max value from RGB is 252 - color contains mainly: blue. Hex color #D67EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D67EFC is #298103. Grayscale: #A6A6A6. Windows color (decimal): -2720004 or 16547542. OLE color: 16547542.

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

Color convert

RGB 214 126 252 -
CMYK 0.15 0.5 0 0.01
HSL 281.9º 0.95% 0.74% -
HSV(B) 281.9º 0.5% 0.99% -
XYZ 52.76 36.25 96.31 -
YUV 166.68 176.15 161.75 -
System Red Green Blue C M Y K H S L
Decimal 214 126 252 0.15 0.5 0 0.01 281.9 0.95 0.74
Hex D6 7E FC F 32 0 1 11A 5F 4A
Octal 326 176 374 17 62 0 1 432 137 112
Binary 11010110 1111110 11111100 1111 110010 0 1 100011010 1011111 1001010

Color Harmonies of #D67EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67EFC

Black with #D67EFC

Text Example


Text Example

White with #D67EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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