Html Css Color HEX #DC6CFD Heliotrope

📋 copy color: '#DC6CFD'

red 220 ◦ green 108 ◦ blue 253

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

Shades of Heliotrope #DC6CFD

Tints of Heliotrope #DC6CFD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.59%

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

R = 37.87%
G = 18.59%
B = 43.55%

CMYK

 C value IS 0.13

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DC6CFD (or 0xDC6CFD) is known color: Heliotrope. HEX triplet: DC, 6C and FD. RGB value is (220,108,253). Sum of RGB (Red+Green+Blue) = 220+108+253=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 108 (42.58% from 255 or 18.59% from 581); Blue value is 253 (99.22% from 255 or 43.55% from 581); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC6CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6CFD is #239302. Grayscale: #9D9D9D. Windows color (decimal): -2331395 or 16608476. OLE color: 16608476.

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

Color convert

RGB 220 108 253 -
CMYK 0.13 0.57 0 0.01
HSL 286.34º 0.97% 0.71% -
HSV(B) 286.34º 0.57% 0.99% -
XYZ 52.61 33.03 96.53 -
YUV 158.02 181.61 172.21 -
System Red Green Blue C M Y K H S L
Decimal 220 108 253 0.13 0.57 0 0.01 286.34 0.97 0.71
Hex DC 6C FD D 39 0 1 11E 61 47
Octal 334 154 375 15 71 0 1 436 141 107
Binary 11011100 1101100 11111101 1101 111001 0 1 100011110 1100001 1000111

Color Harmonies of #DC6CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6CFD

Black with #DC6CFD

Text Example


Text Example

White with #DC6CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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