Html Css Color HEX #DC7BF0 Heliotrope

📋 copy color: '#DC7BF0'

red 220 ◦ green 123 ◦ blue 240

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

Shades of Heliotrope #DC7BF0

Tints of Heliotrope #DC7BF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 41.17%

R = 37.74%
G = 21.1%
B = 41.17%

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

#DC7BF0 (or 0xDC7BF0) is known color: Heliotrope. HEX triplet: DC, 7B and F0. RGB value is (220,123,240). Sum of RGB (Red+Green+Blue) = 220+123+240=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 123 (48.44% from 255 or 21.10% from 583); Blue value is 240 (94.14% from 255 or 41.17% from 583); Max value from RGB is 240 - color contains mainly: blue. Hex color #DC7BF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7BF0 is #23840F. Grayscale: #A4A4A4. Windows color (decimal): -2327568 or 15760348. OLE color: 15760348.

HSL color Cylindrical-coordinate representation of color #DC7BF0: hue angle of 289.74º degrees, saturation: 0.8, 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 #DC7BF0 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 123 240 -
CMYK 0.08 0.49 0 0.06
HSL 289.74º 0.8% 0.71% -
HSV(B) 289.74º 0.49% 0.94% -
XYZ 52.33 35.67 86.57 -
YUV 165.34 170.14 166.99 -
System Red Green Blue C M Y K H S L
Decimal 220 123 240 0.08 0.49 0 0.06 289.74 0.8 0.71
Hex DC 7B F0 8 31 0 6 122 50 47
Octal 334 173 360 10 61 0 6 442 120 107
Binary 11011100 1111011 11110000 1000 110001 0 110 100100010 1010000 1000111

Color Harmonies of #DC7BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7BF0

Black with #DC7BF0

Text Example


Text Example

White with #DC7BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7BF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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