Html Css Color HEX #DC7CED Heliotrope

📋 copy color: '#DC7CED'

red 220 ◦ green 124 ◦ blue 237

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

Shades of Heliotrope #DC7CED

Tints of Heliotrope #DC7CED

RGB

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

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

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

R = 37.87%
G = 21.34%
B = 40.79%

CMYK

 C value IS 0.07

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC7CED (or 0xDC7CED) is known color: Heliotrope. HEX triplet: DC, 7C and ED. RGB value is (220,124,237). Sum of RGB (Red+Green+Blue) = 220+124+237=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 124 (48.83% from 255 or 21.34% from 581); Blue value is 237 (92.97% from 255 or 40.79% from 581); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC7CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7CED is #238312. Grayscale: #A5A5A5. Windows color (decimal): -2327315 or 15563996. OLE color: 15563996.

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

Color convert

RGB 220 124 237 -
CMYK 0.07 0.48 0 0.07
HSL 290.97º 0.76% 0.71% -
HSV(B) 290.97º 0.48% 0.93% -
XYZ 52.01 35.75 84.28 -
YUV 165.59 168.3 166.81 -
System Red Green Blue C M Y K H S L
Decimal 220 124 237 0.07 0.48 0 0.07 290.97 0.76 0.71
Hex DC 7C ED 7 30 0 7 123 4C 47
Octal 334 174 355 7 60 0 7 443 114 107
Binary 11011100 1111100 11101101 111 110000 0 111 100100011 1001100 1000111

Color Harmonies of #DC7CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7CED

Black with #DC7CED

Text Example


Text Example

White with #DC7CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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