Html Css Color HEX #DC7DED Heliotrope

📋 copy color: '#DC7DED'

red 220 ◦ green 125 ◦ blue 237

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

Shades of Heliotrope #DC7DED

Tints of Heliotrope #DC7DED

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.48%

 BLUE value IS 237 (92.97% from 255) = 40.72%

R = 37.8%
G = 21.48%
B = 40.72%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC7DED (or 0xDC7DED) is known color: Heliotrope. HEX triplet: DC, 7D and ED. RGB value is (220,125,237). Sum of RGB (Red+Green+Blue) = 220+125+237=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 125 (49.22% from 255 or 21.48% from 582); Blue value is 237 (92.97% from 255 or 40.72% from 582); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC7DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7DED is #238212. Grayscale: #A5A5A5. Windows color (decimal): -2327059 or 15564252. OLE color: 15564252.

HSL color Cylindrical-coordinate representation of color #DC7DED: hue angle of 290.89º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC7DED is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 125 237 -
CMYK 0.07 0.47 0 0.07
HSL 290.89º 0.76% 0.71% -
HSV(B) 290.89º 0.47% 0.93% -
XYZ 52.13 36 84.32 -
YUV 166.17 167.97 166.39 -
System Red Green Blue C M Y K H S L
Decimal 220 125 237 0.07 0.47 0 0.07 290.89 0.76 0.71
Hex DC 7D ED 7 2F 0 7 123 4C 47
Octal 334 175 355 7 57 0 7 443 114 107
Binary 11011100 1111101 11101101 111 101111 0 111 100100011 1001100 1000111

Color Harmonies of #DC7DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7DED

Black with #DC7DED

Text Example


Text Example

White with #DC7DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7DED; }

 p { color: rgb(220,125,237); }

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

background-color css

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

 a { background-color: rgb(220,125,237); }

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

border-color css

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

 span { border-color: rgb(220,125,237); }

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