Html Css Color HEX #D67CF1 Heliotrope

📋 copy color: '#D67CF1'

red 214 ◦ green 124 ◦ blue 241

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

Shades of Heliotrope #D67CF1

Tints of Heliotrope #D67CF1

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.42%

 BLUE value IS 241 (94.53% from 255) = 41.62%

R = 36.96%
G = 21.42%
B = 41.62%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D67CF1 (or 0xD67CF1) is known color: Heliotrope. HEX triplet: D6, 7C and F1. RGB value is (214,124,241). Sum of RGB (Red+Green+Blue) = 214+124+241=579 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.96% from 579); Green value is 124 (48.83% from 255 or 21.42% from 579); Blue value is 241 (94.53% from 255 or 41.62% from 579); Max value from RGB is 241 - color contains mainly: blue. Hex color #D67CF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D67CF1 is #29830E. Grayscale: #A3A3A3. Windows color (decimal): -2720527 or 15826134. OLE color: 15826134.

HSL color Cylindrical-coordinate representation of color #D67CF1: hue angle of 286.15º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D67CF1 is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 124 241 -
CMYK 0.11 0.49 0 0.05
HSL 286.15º 0.81% 0.72% -
HSV(B) 286.15º 0.49% 0.95% -
XYZ 50.82 35.06 87.31 -
YUV 164.25 171.32 163.49 -
System Red Green Blue C M Y K H S L
Decimal 214 124 241 0.11 0.49 0 0.05 286.15 0.81 0.72
Hex D6 7C F1 B 31 0 5 11E 51 48
Octal 326 174 361 13 61 0 5 436 121 110
Binary 11010110 1111100 11110001 1011 110001 0 101 100011110 1010001 1001000

Color Harmonies of #D67CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67CF1

Black with #D67CF1

Text Example


Text Example

White with #D67CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67CF1; }

 p { color: rgb(214,124,241); }

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

background-color css

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

 a { background-color: rgb(214,124,241); }

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

border-color css

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

 span { border-color: rgb(214,124,241); }

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