Html Css Color HEX #DC6FFD Heliotrope

📋 copy color: '#DC6FFD'

red 220 ◦ green 111 ◦ blue 253

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

Shades of Heliotrope #DC6FFD

Tints of Heliotrope #DC6FFD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.01%

 BLUE value IS 253 (99.22% from 255) = 43.32%

R = 37.67%
G = 19.01%
B = 43.32%

CMYK

 C value IS 0.13

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DC6FFD (or 0xDC6FFD) is known color: Heliotrope. HEX triplet: DC, 6F and FD. RGB value is (220,111,253). Sum of RGB (Red+Green+Blue) = 220+111+253=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 111 (43.75% from 255 or 19.01% from 584); Blue value is 253 (99.22% from 255 or 43.32% from 584); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC6FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6FFD is #239002. Grayscale: #9F9F9F. Windows color (decimal): -2330627 or 16609244. OLE color: 16609244.

HSL color Cylindrical-coordinate representation of color #DC6FFD: hue angle of 286.06º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC6FFD is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 111 253 -
CMYK 0.13 0.56 0 0.01
HSL 286.06º 0.97% 0.71% -
HSV(B) 286.06º 0.56% 0.99% -
XYZ 52.93 33.68 96.64 -
YUV 159.78 180.61 170.95 -
System Red Green Blue C M Y K H S L
Decimal 220 111 253 0.13 0.56 0 0.01 286.06 0.97 0.71
Hex DC 6F FD D 38 0 1 11E 61 47
Octal 334 157 375 15 70 0 1 436 141 107
Binary 11011100 1101111 11111101 1101 111000 0 1 100011110 1100001 1000111

Color Harmonies of #DC6FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6FFD

Black with #DC6FFD

Text Example


Text Example

White with #DC6FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6FFD; }

 p { color: rgb(220,111,253); }

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

background-color css

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

 a { background-color: rgb(220,111,253); }

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

border-color css

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

 span { border-color: rgb(220,111,253); }

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