Html Css Color HEX #DC6AFB Heliotrope

📋 copy color: '#DC6AFB'

red 220 ◦ green 106 ◦ blue 251

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

Shades of Heliotrope #DC6AFB

Tints of Heliotrope #DC6AFB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.37%

 BLUE value IS 251 (98.44% from 255) = 43.5%

R = 38.13%
G = 18.37%
B = 43.5%

CMYK

 C value IS 0.12

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC6AFB (or 0xDC6AFB) is known color: Heliotrope. HEX triplet: DC, 6A and FB. RGB value is (220,106,251). Sum of RGB (Red+Green+Blue) = 220+106+251=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 106 (41.80% from 255 or 18.37% from 577); Blue value is 251 (98.44% from 255 or 43.50% from 577); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC6AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6AFB is #239504. Grayscale: #9C9C9C. Windows color (decimal): -2331909 or 16476892. OLE color: 16476892.

HSL color Cylindrical-coordinate representation of color #DC6AFB: hue angle of 287.17º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC6AFB is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 106 251 -
CMYK 0.12 0.58 0 0.02
HSL 287.17º 0.95% 0.7% -
HSV(B) 287.17º 0.58% 0.98% -
XYZ 52.08 32.49 94.79 -
YUV 156.62 181.27 173.21 -
System Red Green Blue C M Y K H S L
Decimal 220 106 251 0.12 0.58 0 0.02 287.17 0.95 0.7
Hex DC 6A FB C 3A 0 2 11F 5F 46
Octal 334 152 373 14 72 0 2 437 137 106
Binary 11011100 1101010 11111011 1100 111010 0 10 100011111 1011111 1000110

Color Harmonies of #DC6AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6AFB

Black with #DC6AFB

Text Example


Text Example

White with #DC6AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6AFB; }

 p { color: rgb(220,106,251); }

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

background-color css

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

 a { background-color: rgb(220,106,251); }

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

border-color css

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

 span { border-color: rgb(220,106,251); }

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