Html Css Color HEX #DC7BEF Heliotrope

📋 copy color: '#DC7BEF'

red 220 ◦ green 123 ◦ blue 239

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

Shades of Heliotrope #DC7BEF

Tints of Heliotrope #DC7BEF

RGB

 RED value IS 220 (86.33% from 255) = 37.8%

 GREEN value IS 123 (48.44% from 255) = 21.13%

 BLUE value IS 239 (93.75% from 255) = 41.07%

R = 37.8%
G = 21.13%
B = 41.07%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DC7BEF (or 0xDC7BEF) is known color: Heliotrope. HEX triplet: DC, 7B and EF. RGB value is (220,123,239). Sum of RGB (Red+Green+Blue) = 220+123+239=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 123 (48.44% from 255 or 21.13% from 582); Blue value is 239 (93.75% from 255 or 41.07% from 582); Max value from RGB is 239 - color contains mainly: blue. Hex color #DC7BEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7BEF is #238410. Grayscale: #A4A4A4. Windows color (decimal): -2327569 or 15694812. OLE color: 15694812.

HSL color Cylindrical-coordinate representation of color #DC7BEF: hue angle of 290.17º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC7BEF is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 123 239 -
CMYK 0.08 0.49 0 0.06
HSL 290.17º 0.78% 0.71% -
HSV(B) 290.17º 0.49% 0.94% -
XYZ 52.18 35.61 85.79 -
YUV 165.23 169.64 167.07 -
System Red Green Blue C M Y K H S L
Decimal 220 123 239 0.08 0.49 0 0.06 290.17 0.78 0.71
Hex DC 7B EF 8 31 0 6 122 4E 47
Octal 334 173 357 10 61 0 6 442 116 107
Binary 11011100 1111011 11101111 1000 110001 0 110 100100010 1001110 1000111

Color Harmonies of #DC7BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7BEF

Black with #DC7BEF

Text Example


Text Example

White with #DC7BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7BEF; }

 p { color: rgb(220,123,239); }

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

background-color css

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

 a { background-color: rgb(220,123,239); }

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

border-color css

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

 span { border-color: rgb(220,123,239); }

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