Html Css Color HEX #DC6FFB Heliotrope

📋 copy color: '#DC6FFB'

red 220 ◦ green 111 ◦ blue 251

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

Shades of Heliotrope #DC6FFB

Tints of Heliotrope #DC6FFB

RGB

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

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

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

R = 37.8%
G = 19.07%
B = 43.13%

CMYK

 C value IS 0.12

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC6FFB (or 0xDC6FFB) is known color: Heliotrope. HEX triplet: DC, 6F and FB. RGB value is (220,111,251). Sum of RGB (Red+Green+Blue) = 220+111+251=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 111 (43.75% from 255 or 19.07% from 582); Blue value is 251 (98.44% from 255 or 43.13% from 582); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC6FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6FFB is #239004. Grayscale: #9F9F9F. Windows color (decimal): -2330629 or 16478172. OLE color: 16478172.

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

Color convert

RGB 220 111 251 -
CMYK 0.12 0.56 0 0.02
HSL 286.71º 0.95% 0.71% -
HSV(B) 286.71º 0.56% 0.98% -
XYZ 52.61 33.55 94.97 -
YUV 159.55 179.61 171.12 -
System Red Green Blue C M Y K H S L
Decimal 220 111 251 0.12 0.56 0 0.02 286.71 0.95 0.71
Hex DC 6F FB C 38 0 2 11F 5F 47
Octal 334 157 373 14 70 0 2 437 137 107
Binary 11011100 1101111 11111011 1100 111000 0 10 100011111 1011111 1000111

Color Harmonies of #DC6FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6FFB

Black with #DC6FFB

Text Example


Text Example

White with #DC6FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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