Html Css Color HEX #DC7FF2 Heliotrope

📋 copy color: '#DC7FF2'

red 220 ◦ green 127 ◦ blue 242

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

Shades of Heliotrope #DC7FF2

Tints of Heliotrope #DC7FF2

RGB

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

 GREEN value IS 127 (50% from 255) = 21.56%

 BLUE value IS 242 (94.92% from 255) = 41.09%

R = 37.35%
G = 21.56%
B = 41.09%

CMYK

 C value IS 0.09

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DC7FF2 (or 0xDC7FF2) is known color: Heliotrope. HEX triplet: DC, 7F and F2. RGB value is (220,127,242). Sum of RGB (Red+Green+Blue) = 220+127+242=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 127 (50% from 255 or 21.56% from 589); Blue value is 242 (94.92% from 255 or 41.09% from 589); Max value from RGB is 242 - color contains mainly: blue. Hex color #DC7FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7FF2 is #23800D. Grayscale: #A7A7A7. Windows color (decimal): -2326542 or 15892444. OLE color: 15892444.

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

Color convert

RGB 220 127 242 -
CMYK 0.09 0.48 0 0.05
HSL 288.52º 0.82% 0.72% -
HSV(B) 288.52º 0.48% 0.95% -
XYZ 53.13 36.81 88.31 -
YUV 167.92 169.81 165.15 -
System Red Green Blue C M Y K H S L
Decimal 220 127 242 0.09 0.48 0 0.05 288.52 0.82 0.72
Hex DC 7F F2 9 30 0 5 121 52 48
Octal 334 177 362 11 60 0 5 441 122 110
Binary 11011100 1111111 11110010 1001 110000 0 101 100100001 1010010 1001000

Color Harmonies of #DC7FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7FF2

Black with #DC7FF2

Text Example


Text Example

White with #DC7FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7FF2; }

 p { color: rgb(220,127,242); }

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

background-color css

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

 a { background-color: rgb(220,127,242); }

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

border-color css

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

 span { border-color: rgb(220,127,242); }

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